-
### Describe the problem you are having
Everything was working fine with my frigate setup. I've been using the 0.11 betas/rc's since the beginning. All of the sudden one of my cameras stopped wor…
-
https://github.com/micronaut-projects/micronaut-oracle-cloud/blob/master/oraclecloud-function/src/main/java/io/micronaut/oraclecloud/function/OciFunction.java#L78
-
### Problem Description
Trying to compile a static HandBrakeCLI with;
```
./configure --launch-jobs=$(nproc) --launch --disable-gtk --enable-fdk --enable-x265 LDFLAGS="-static"
```
Results in the…
-
## Reproduce
As described in the [Deploy serverless application to OCI guide](https://guides.micronaut.io/latest/micronaut-oracle-function-maven-java.html):
* Create the application with [`mn crea…
-
Suggest adding build support for Java 17 with OCI function via the
https://hub.docker.com/layers/fnproject/fn-java-fdk/jre17-latest/images/sha256-f7e6d2d3b229490a884e35e5c29fd1a7e3ca78def11235c880de…
-
It looks like the only way to access `query-fn` is to access `integrant.repl.state`. This is a dev dependency, and this means HugSQL can't be used in production.
I'm not sure if that was the inten…
-
I'm trying to get my webcam working on
* Thinkpa X1 carbon 10th gen
* Manjao (Sway edition), Wayland (*not* X11)
* Kernel v6.1.31-1-MANJARO
* archlinux-ipu6-webcam, main branch from today (4ae5…
-
Follow steps in this mn guide to recreate. https://guides.micronaut.io/latest/micronaut-oracle-function-maven-java.html
Once deployed and invoked for test. Receiving this error in the logs (full lo…
-
Hi,
I don't know if I'm using the incorrect options but I don't get UUencode working for decoding the attached string ( see attached file).
I'm using:
`let buffer = UUencode().decode(str)`
The…
-
## Description of the problem
I want to run gramine-sgx in ubuntu18.04 docker container so I built gramine from master and successfully run the helloworld with gramine-sgx. And I'm tring to bind …