Michal Srb

Results 55 comments of Michal Srb

@jonhoo Would be great to note this problem in the README. With this problem the crate isn't exactly "Efficient". Perhaps suggest an alternative if this crate is no longer maintained....

Got here through half a year old question on super in Redux, and after 6 months... :). I absolutely understand that this project is now left with whatever time anyone...

@michaelficarra Is there any way to run the CS test suite with Redux (I attempted this, but the internal API is different)? If not, would nice to enable that as...

This should be marked as a bug since it does not conform to the normal Node behavior. Node looks at current directory and then traverses up, not down.

I've been thinking about this for years. Unlike Jeremy I have never seen static type-checking at odds with CoffeeScript. This then really poses the question: What value do I see...

@GeoffreyBooth As Jeremy described, these are not accessible outside of the class declaration, so no API should "theoretically" require them. I think there probably will be some way of getting...

Any time I change the color_scheme and save it overwrites to a name under Colorcoder (although it doesn't load it from there because I deleted the folder). ~~The uninstallation of...

This addresses the originally reported issue in #5 (if you press ctrl+c) - funny I searched the issues only after figuring all this out.

Heya, let me know if there's a will to merge this and I'll work on the docker image. Thanks

Happy to support anyone who wants to make a new proposal for this. Typical real-world usage example: Example usage: ```js function loadFromCrossSessionStorage(): SavedData { return (window.localStorage.getItem(DATA_KEY) ?> JSON.parse) ?? DEFAULT_DATA;...