Dorian Brown
Dorian Brown
Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj I'm sure lots of companies have a branding preference for internal sites. It should be fairly easy to add the option for loading a custom.css...
Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj It seems that uwsgi engine has http hard coded into the Deployer (uwsgi.py line 15): ``` COMMAND = u"uwsgi --http {socket} --plugin python --wsgi-file {path}...
When using the source function to structure your code, the current implementation of r4intellij doesn't index these files for function definitions. This causes the following unsolved reference errors: ![unresolved reference...
Currently the fedora copr repository only supports Fedora 34, 35 and 36. With the recent release of Fedora 37, it would be nice to add this to the repository
**Is your feature request related to a problem? Please describe.** Currently by default ollama keeps the model in memory until 5 minutes has passed. This consumes RAM/VRAM, and can impact...
Adding custom exceptions to allow for better error handling. Currently only `EmptyCorpusException` has been implemented, but the framework for additional exceptions has been put in place to make it easier...
Running into `Missing class org.tensorflow.lite.gpu.GpuDelegateFactory$Options` when building an APK
I've been putting together a prototype for a tflite model, and although the app is running smoothly in the emulator, I'm running into this error message when trying to build...