Juuso Haavisto
Juuso Haavisto
WIP
# :construction: WIP :construction: :white_check_mark: Done: - ~~Search~~ @c1bbae93fb4ecef44470faf8f9fe21631408c9c0 - ~~Editing of posts~~ - ~~Site-wide settings~~ @f083a8294ef7fbc404bfa8d7ad319f2e9cb5fd44 - ~~Password reminder~~ @07d3dde2713b3199c1e9973824f5cfbfaed68333 - ~~Analytics middleware~~ (kind of) - ~~Documentation on useful...
To make the project index better in terms of Go, I'd suggest you to create a [submodule](http://git-scm.com/book/ch6-6.html) for both include and handlers folder. You can then delete the tag folder...
I'm unable to get this test to work on a Linux machine, building from source using Nix, when my system has no persistent disk partitions (it runs from RAM): https://github.com/giampaolo/psutil/blame/49aba759744c06fb3a6fa998155428520f161734/psutil/tests/test_system.py#L621...
It would be nice to add some sanity warnings for compute shaders. To start with: 1. Emit a warning if shader has a constant LocalSize on x-dimension less than the...
Hi there, First off, thanks for the public code. I found it when trying to export SVG from React Flow. I started with a new template which fetched the new...
__What I want to do__ ``` import { bqn } from "./libbqn.js"; ``` __What I get instead__ ``` Uncaught SyntaxError: The requested module 'http://localhost:8000/libbqn.js' doesn't provide an export named: 'bqn'...
Draft until the real v2 is released. This updates upgrades the Go version. The current branch uses weird openssl loading feature, for which a postFixup had to be added (alternatively,...
**Describe the bug** Running `ssvnode` on a system which does not have OpenSSL at expected library paths causes a panic. However, this issue is not raised during compile-time. It is...