Matt Katz
Matt Katz
I'm trying to figure out how your radio buttons work - it looks like I have to use javascript to manipulate classes instead of just letting the CSS figure it...
btw - I also really like the progress so far on editr - I hope you take some time to progress it a bit farther!
Hi - I look at Bountysource stuff when considering project to contribute to. I think bounties are a pretty cool idea for non-devs or devs without enough time to crowdfund...
Hey - are you on macos or linux? I've been setting up continuum on Ubuntu 21.10 and I had to make some changes to get the automatic systemd service running....
Hi there - I had the same idea as these folks after the goodreads api shut down. I wrote https://gitlab.com/mattkatz/export-goodreads-library to automate downloading your goodreads lists. I'm still looking at...
You can add them to one of the dictionary files here in the project. I wonder if we could just explore all keywords in the base libraries automatically and produce...
I am fine! I used the go install command and it works as expected. I just wanted to document that the snap install has this limitation for now. On 6/6/22...
I think this works fine in the callback - but is there a way to delay further calls until the success of the ajax? Like a way to stop more...
I guess then you should update in the success function so that the property will fire again.
@jaschaurbach good news is that it looks to be a very similar error from the failed test on github vs what I saw locally. Somehow I'm not mocking something out...