Jelle De Loecker
Jelle De Loecker
An earlier iteration of json-dry actually contained its own json.js based parser, but it was more trouble than it's worth. Also: the stringifying is an afterthought. `Dry.stringify` is actually just...
I'll check it out. Maybe add a separate dist folder or so?
@nevf: Technically [the Person class example](https://github.com/skerit/json-dry#implementing-methods-for-serializing--reviving-instances) should tell you all you need. I only added a method to my `Person` example class, but setters and getters would also work, naturally....
Yes, only the `value` property of the object you return in `toDry` will be passed to `unDry`. In theory you could do something like ```javascript Person.prototype.toDry = function toDry() {...
In theory yes, but then you would have to write some kind of decorator that would handle all that logic (also adding the toDry method). Not at all impossible, but...
@firinael The (single) GTK4 theme style is actually located at `~/.config/gtk-4.0/` instead of `~/.themes/` So copying in the correct files will make it work. You can also use something like...
My husband has achromatopsia and my best friend also has an eye condition, they need to change the font size in order to see anything in the app. Not being...
I've added some basic autocomplete functionality. Quickly written, very alpha, but it gets the job done pretty well.
Good ideas!
Well it took a while, but the width & empty lines changes have been implemented and will be released with v0.2.3. Not too sure about the "show first suggestion..." one,...