Erin Rivas
Erin Rivas
did some brainstorming, occurred to me you can use the Issues mechanism to collect, store, and use entries for the site using the github issues api. Ideally there would be...
@Rycochet your thoughts, if you would please.
I have everything done except the tests. since you redid the library I am having issues as my tests no longer work but the code being tested did not change....
a thought, GitHub actions should be added to automatically publish releases to NPM. currently the RC.0 is documented as available via npm install, which it is not. I feel we...
I was doing some poking around, and noticed that the original lzstring file had `define.amd` in it. I just used defaults when setting up vite, so AMD is not included....
You can clone the repo and build locally to create a local pack.
I would like to propose that a v2 branch is created, so that work on this list can be pushed via pr to it in chunks, and then a full...
Where are we on this? do we still want to update all the release processes first, or make a v2 branch until that is done?
> I've been hit by a major lack of time for personal projects - but will get back to this when I get that time back! > I completely understand...
Direct translation would be difficult due to the sanitization process used for things like TextDecoder, so a custom function would be needed. This seems like something that would be interesting...