Andrew Hacking

Results 41 comments of Andrew Hacking

I havent needed to change much as the DSL is designed to be simple but able to fully express any json structure. Mainly readme fixes. I'd like to add full...

When I wrote the readme and analysis of other gems AMS was undergoing a a lot of change if may have since settled down. to_json has been heavily used in...

I haven't forgotten and will release 1.0 very shortly, just had too many other things occupying my time. You are very welcome to send me pull requests for any enhancements...

@xtagon thanks for your interest and apologies for my slow reply, life seems to have overtaken my free time to work on things. The main activity for an official release...

Thanks, after my brief reading of UCUM I came to the conclusion it was a well intentioned but ultimately useless "standard" for common use cases since your average joe isn't...

Have you considered Deno and specifically [deno_ex](https://github.com/akoutmos/deno_ex) instead of Node or Bun? Svelte seems to be available too https://deno.land/x/[email protected]

Yeah I followed *so many* issues that have been raised against svelte over the years in respect of passing slots and events to dynamic components (many from eco-systems wanting to...

@woutdp To follow up on this I have successfully coerced the props and slots for the component helper. However whilst I was working through this I did also notice with...

I was looking at a few options including live-state and live-data for transporting state. Then I began investigating use of web components which I actually think might be the answer...

> Using an assign variable to manage state won't work because there is no way to keep the value. For simple info dialogs it will work, but as soon as...