Adam Eisenreich
Adam Eisenreich
Is there a reason not to use RXJS observables? To me, the observables defined in this codebase seem almost the same as RXJS.
@janpio Could you point me to the part of Rust that handles the introspection? I would love to see it for myself. I would love to help DX better for...
While at renaming of enums. Did you try to rename the enum itself? It will simply print out `no result` and will not rename either side of the enum. Other...
All filtering except `column: { eq: null }` should result in the `column` not to be null.
I would suggest adding null coalescing example: ```ts declare const cache: Map; function heavyTransform(obj: T) { return cache.get(obj) ?? do { const computedValue = ...; cache.set(obj, computedValue); computedValue } }...
Through Patreon, I can give you a small donation on my personal behalf, but if you were to create [GitHub Sponsors](https://github.com/sponsors), I could possibly issue some money from the company....
This could be fixed using the experimental [Local Font Access API](https://developer.mozilla.org/en-US/docs/Web/API/Local_Font_Access_API). This way you could give the user a selection of all his installed fonts. You may want to try...
@sanchit3008 Given that it is supported in chromium, it is in over 50% of the market. Others (Firefox) look at it favourably, but are waiting for the normalization of the...
@shuanhukexuejia I don't want to rush you. But, do you know, when the import/export of Excel files could be ready?
@IdreesInc I saw the newly generated files, and they are great. They do have two characters, wrong thought... (more in bug report) https://github.com/IdreesInc/Monocraft/issues/90