Tobias Mühl
Tobias Mühl
Is there a way to speed up or disable the animation when toggling a window into our out of native fullscreen? (`yabai -m window --toggle native-fullscreen`)
Would be neat to have an option (environment variable?) that logs all requests and responses to stdout, like in this project: https://github.com/mendhak/docker-http-https-echo
### Self-Hosted Version 22.7.0 ### CPU Architecture x86_64 ### Docker Version 20.10.17 ### Docker Compose Version 2.6.0 ### Steps to Reproduce I forgot what I actually did in Sentry once...
`volume.check.disk -force` in weed shell is getting stuck in infinite loop: ``` volume 328 volume-A:8082 has 1304350 entries, volume-B:8080 missed 0 entries volume 328 volume-B:8080 has 1304528 entries, volume-A:8082 missed...
Seeing that there are more features added that need input parameters, I think we should refactor the scrape function as such: ```typescript type AliExpressScrapeOptions = { puppeteerOptions?: LaunchOptions, feedbackLimit?: Number,...
Add support for custom puppeteer options so proxies and docker can be used. Docker usage: ```typescript const product = await getAliexpressProduct(aliProductId, 10, { args: ['--no-sandbox', '--disable-setuid-sandbox'] }); ```
From https://github.com/vert-x3/vertx-web/issues/1444 The example code on handling JSON responses on https://vertx.io/docs/vertx-web-client/kotlin/#_handling_http_responses is syntactically incorrect in Kotlin. `client.get(8080, "myserver.mycompany.com", "/some-uri").as(BodyCodec.jsonObject()).send({ ar ->` should be ``` client.get(8080, "myserver.mycompany.com", "/some-uri").`as`(BodyCodec.jsonObject()).send({ ar -> ```
> Ivan.getUrl('address', { city: 'berlin', id: 123 }); // "/berlin/street/10/" Should be `123` instead of `10` http://rubaxa.github.io/Pilot/
There's a composer.json file in the repo, but it's not published on packageist, the public composer repo. Please submit this package to the composer repo https://packagist.org/packages/submit