Results 102 comments of Jannik Buschke

I think I have the same problem. While debugger attached I only get a **persist/PERSIST** and after some 30 secs a timeout action. When not using the debugger I get...

@alfonsogarciacaro can you point me in the direction where the current ts compilation is implemented?

Will the story for ts/js be to let Fable generate ts code and let some transpiler (babel/tsc) generate the js output? Seems to be a clean solution in the long...

try to use the `viewBox` prop on the `HexGrid`. The `HexGrid` is basically a `svg` component with the following default props ``` width = 800, height = 600, viewBox =...

This would be great. I am thinking of migrating from EF core /MS SQL Server to marten and some guidance or some helper api to create events with a specific...

Im currently experimenting with the following approach: Using an IDocumentSessionListener to edit event timestamps just before saving. The events are saved with the given timestamp. The streams table will have...

Im also experiencing overfetching: the query ```graphql users { id } ``` works fine and produces the following SQL ```sql SELECT [u].[Id] FROM [User] AS [u] ``` whereas this query...

It would be awesome to have this feature.

Hi @Chris-Devine, The project is not dead, but I didnt yet find time to actually write blog posts or to make my current state of mind and experiments in these...

I already started working on this blogpost, but it will still take some time. I might share the working draft if you are interested (also thinking about open sourcing the...