Costin Grigore
Costin Grigore
Fix bug on reading
I have a lot of functions that process streams. One of them would be `InputStreamUtils.copyBigFile(in:InputStreamProvider,out:OutputStreamProvider)` In order to use the current scalaj api my understanding is that I should do...
This is more of a question. ## Expected Behavior I was expecting that com/ghgande/j2mod/modbus/net/ModbusMasterFactory.java to be in src/main/java and be released. ## Actual Behavior - It looks like src/test/java/com/ghgande/j2mod/modbus/net/ModbusMasterFactory.java (was...
I get this error ``` d:\home\raiser\work\spot-server(main -> origin) (namek-app-server) λ scoop install aomei-partition-assistant-standard -k WARN Purging previous failed installation of aomei-partition-assistant-standard. ERROR 'aomei-partition-assistant-standard' isn't installed correctly. Removing older version (9.5.0)....
Hash check failed! App: TheRandomLabs/aomei-partition-assistant-standard URL: http://www2.aomeisoftware.com/download/pa/PAssist_Std.exe First bytes: 77 90 80 0 2 0 0 0 Expected: b3b4709e0e9cb7dad78fa10f24c720449dd0a727f221f685a17b495a518cde64 Actual: 44b33cdc9e3b58719af6d4bd792a88e2347d6ff170157f7996292b9d3eab705c
Having an invalid at rule should be ignored, see https://stackoverflow.com/questions/26999601/how-do-browsers-handle-unrecognized-at-rules In this case the `@page{margin:0;}` wins no matter where is added: `@media print` , `@media screen` or any `@invalid-media-or-any-at-rule `...
Persist configs by creating a symlink at $env:APPDATA\\DBeaverData to /persist/dbeaver/DBeaverData - https://dbeaver.com/docs/dbeaver/Workspace-Location/ - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
# What is the problem? When deploying using Method 3: Deploy from Github/Bitbucket/Gitlab `.dockerignore` file is ignored. The expected behaviour is that any docker build process using `Dockerfile` will also...
While trying to configure a wildcard certificate: ``` { "skipVerifyingDomains": "false", "certbotImageName": "raisercostin/certbot-dns-cloudflare:v2.11.0-daemon", "certbotCertCommandRules": [ "domain": "*", "command": "certbot certonly --dns-cloudflare --dns-cloudflare-credentials /etc/letsencrypt/captain-cloudflare.token -d ${domainName} -d *.${domainName}" } ] }...