André Mácola
André Mácola
Sublime Text build 4098 File Manager changes the sidebar commands when a file is open When I try to create a new folder within a folder when a file is...
Maybe Codekit can incorporate tools like https://github.com/Climenty/svg-join with the SVGO to create a "sprite" like with svgs to import with the standard USE svg attribute. For more examples check: https://github.com/jonathantneal/svg4everybody
Here an example how to on _src/index.js_ ``` relaxedGlobals.puppeteerPage = await browser.newPage() relaxedGlobals.puppeteerPage._emulationManager._client.send( 'Emulation.setDefaultBackgroundColorOverride', { color: { r: 0, g: 0, b: 0, a: 0 } } ); ```
When relaxed process the pug or html file, the content generated is duplicated and the DOCTYPE for example is ignored. This can be a problem for custom CSS and JS....
https://github.com/mnater/Hyphenopoly See below ``` Page error: Error: TypeError: Failed to fetch at fetchBinary (file:///Users/XXXXX/Web/OnyxManager/Paper/assets/js/Hyphenopoly/Hyphenopoly_Loader.js:316:24) at binLoader (file:///Users/XXXXX/Web/OnyxManager/Paper/assets/js/Hyphenopoly/Hyphenopoly_Loader.js:359:13) at loadRessources (file:///Users/XXXXX/Web/OnyxManager/Paper/assets/js/Hyphenopoly/Hyphenopoly_Loader.js:424:13) at doReqLangs (file:///Users/XXXXX/Web/OnyxManager/Paper/assets/js/Hyphenopoly/Hyphenopoly_Loader.js:526:17) at Array.forEach () at featureTestCSSHyphenation (file:///Users/XXXXX/Web/OnyxManager/Paper/assets/js/Hyphenopoly/Hyphenopoly_Loader.js:522:32) at...
MariaDB 10.6 is the current long-term support stable version and is faster than 10.5
Like: wo site create mysite.com --wp --umyuserr:gmygroup The script create and assign the user and group for the folder, fix the permissions and create the php pool. RunCloud does exactly...
Hi, I do not known if this is an active repo but the hyphenation for portuguese for example is almost always incorrect. Words like "governador", "processos" is showing "g-overnador", "pr-ocessos"....
```bash #0 8.505 Installing dependencies [OK] [..] Downloading additionals modules [OK] [..] Downloading zlib [FAIL] [..] #0 31.85 #0 31.85 Please look at /tmp/nginx-ee.log ------ failed to solve: executor failed...
Currently, I'm having trouble accessing some websites and I believe that using a proxy might help solve this issue. If there is no natively proxy support in Trafilatura (didn't find...