David Cumps
David Cumps
This is the default, which will overwrite what you specify: ```js export default { padding: 0, gap: '8px', breakpoints: [ { name: 'mobile', mq: '(max-width: 767px)', columns: 1, }, {...
Just do the install, generated a new project and `npm run server`, Windows 10, Chrome, same thing: `Cannot read property 'forEach' of undefined` for dev. Dist is fine. Related to...
Go to the location you installed elm and open `debug.js`, for example `Elm\0.16\share\reactor\_reactor\debug.js` Line 13399 has the `addAllToDict` function, just replace with ``` function addAllToDict(node) { nodesById[node.id] = node; if...
Yes please! +1
How about something like: ```csharp private static readonly ConcurrentDictionary DataSources = new(); protected override DbConnection CreateDbConnection(string connectionString) { var dataSource = DataSources.GetOrAdd(connectionString, x => { var dataSourceBuilder = new NpgsqlDataSourceBuilder(x);...
Pasting this here for reference what to compare to: ```csharp protected override void WriteEvent(DbCommand command, IPersistentRepresentation e, IImmutableSet tags) { var serializationResult = _serialize(e); var serializer = serializationResult.Serializer; var hasSerializer...
It can be handy to have JSON to be honest. It's a very versatile format without any lock-in. And it makes for easy debugging ;)
Isn't this already possible? Just pass in JSON here: https://github.com/akkadotnet/Akka.Persistence.PostgreSql/blob/dev/src/Akka.Persistence.PostgreSql/Journal/PostgreSqlQueryExecutor.cs#L35 It will create the payload as json: https://github.com/akkadotnet/Akka.Persistence.PostgreSql/blob/dev/src/Akka.Persistence.PostgreSql/Journal/PostgreSqlQueryExecutor.cs#L45
Yes, I think #63 was closed too soon
Fixed with https://github.com/fsprojects/FSharp.Configuration/commit/23dcf732e2ee371939c100d6692a526e151db77a