maximilize
maximilize
I think Network Manager is really nice to use since the status of the connection is always visible on the taskbar. Also switching networks is very easy. I just published...
YAML has some advantages over JSON, for example the use of pointers could make the configuration files slimmer. This is just an idea, and I suggest to consider this option...
Many times there is only one APK needed which covers both Android as well as Android TV. To achieve this, the `AndroidManifest.xml` needs the intent-filter with category `android.intent.category.LAUNCHER` as well...
We are using the lock recipe for millions of objects so we have to create a unique lock name for each object. Since the lock recipe does not delete the...
The `dist` directory was hardcoded, replaced this with the `commonDistDirectory` option. Closes #68
* **Version**: 2.8.2 After compiling dll and trying to start the dev server, this error happens: ``` ERROR in ./dist/.renderer-index-template.html (./node_modules/html-loader/dist/cjs.js?minimize=false!./dist/.renderer-index-template.html) Module not found: Error: Can't resolve './vendor.js' in '/foo/bar/dist'...
More and more libraries are built with rust these days, so it would be a real benefit to have it bundled into this container.
This is more like a general question. It seems that @jeanregisser does not maintain this project anymore. This is a problem with many nice but abandoned libraries which will get...
The manager communication to `ssmanager` is done via UDP. This is blazing fast, but it seems that the current implementation can only transfer at maximum 65kb network packets. This leads...
### What version of Remix are you using? v1.11.1 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce 1. Deploy...