James Nylen
James Nylen
We need to add a PHP version update notice to ClassicPress. In much the same style as WordPress, we want to encourage people to update so that we can bump...
I get a bunch of messages like this when compiling `slop`: ``` [ 86%] Building CXX object CMakeFiles/slopy.dir/src/glrectangle.cpp.o In file included from /usr/include/glm/gtc/quaternion.hpp:402:0, from /usr/include/glm/gtc/type_ptr.hpp:63, from /home/james/code/slop/src/shader.hpp:31, from /home/james/code/slop/src/glrectangle.hpp:30, from...
Follow-up to #368. That PR added `alt` attributes to the `
Using the mouse wheel to zoom in/out on the gcode rendering doesn't work well because it only scrolls by ~1 pixel for each step of the wheel.
Suggest replacing the "Load a bigger sample" button with "Load a new file" and a file upload prompt. I do most of my model development and conversion in Linux, from...
These commands should be the same as `G00 X0` etc.
This PR adds automated WP site creation for multiple PHP and WP versions, using [lando](https://github.com/lando/lando), a tool that wraps `docker` and `docker-compose`. This works on Travis CI and locally, as...
This is https://github.com/nylen/save-slack-emoji. It works a bit differently than this tool (you paste some JS into the browser console or otherwise run it within the page, then run a shell...
It took me a while to figure out that the arguments for my `POST /wp/v2/posts` endpoint were all being displayed correctly:  (you have to scroll inside the Query box,...
See #66. We probably need to do a similar change for proxy auth mode. _edit: maybe not - let's just test that `authProvider.request` works as expected here too._ Also needs...