Claes
Claes
Problem: I wasn't getting any security schemes code generated, and I couldn't understand why. My specification was: ``` "securitySchemes": { "type": "http", "scheme": "basic" } ``` Since Jane can't do...
Jane use `findUrlFactory`here: https://github.com/janephp/janephp/blob/next/src/Component/OpenApiCommon/Generator/Client /ServerPluginGenerator.php#L32 That function is deprecated here: https://github.com/php-http/discovery/blob/master/src/Psr17FactoryDiscovery.php#L130 It seems like there's a straightforward solution though to just replace `findUrlFactory` with `findUriFactory`. I could do a PR.
I'm doing a simple test run locally with gh-ost. ```bash ./gh-ost --max-load=Threads_running=25 --critical-load=Threads_running=1000 --chunk-size=1000 --max-lag-millis=1500 --user= --password= --host=localhost --database= --table= --allow-on-master --verbose '--alter=ADD COLUMN test_column INT' --switch-to-rbr --cut-over=default --exact-rowcount --concurrent-rowcount...
Fossilize can take a bit of time when I want to start a game. Is there a way I can stick a call to fossilize into a cron job and...
I just wanted to have it said. :) :+1:
`import * as cookies from 'cookies-js';` yields: `error TS7016: Could not find a declaration file for module 'cookies-js'. 'node_modules/cookies-js/dist/cookies.js' implicitly has an 'any' type.` I believe there's (at least) two...
### Problem Statement I'm not an expert in this, but I've been looking at cis-docker rules for improving the security of the sentry deployment, see for example here: https://www.aquasec.com/cloud-native-academy/docker-container/docker-cis-benchmark/ Before...
I quickly hacked up this to support testing my class that uses DateTime's extensively. Could it be of interest to others? The function can of course just be copy-pasted straight...
#### Your system information Computer Information: Manufacturer: MSI Model: Z97M-G43(MS-7924) Form Factor: Desktop No Touch Input Detected Processor Information: CPU Vendor: GenuineIntel CPU Brand: Intel(R) Core(TM) i5-5675C CPU @ 3.10GHz...
If you're trying to build with a new version of libtool (in my case 2.4.6), you'll need to regenerate libtools files with `autoreconf -ivf` after you call phpize, or make...