Olle Jacobsen

Results 6 comments of Olle Jacobsen

Tag one/many row that will be sticky. In my case I needed the top row to be ignored when sorting. You can see a sample of this here on the...

I've have very little knowledge of the Windows Azure Active Directory. The documentation says it will support OAuth 2.0. And with the "sync-your-ad-with-the-cloud" tool this would really be a nice...

Thanks for the quick reply. I've tested with the package above with the same result. If I SSH into the host from the Kudo console and run `cat /etc/os-release` ```...

The build/publish is done in GitHub Actions. And the artifact is copied over to the "Debian" instance. The job is specifying: `runs-on: ubuntu-latest` And the publish step is: `dotnet publish...

The `libimageflow.so` file is there and seems to be found (last row). ``` /home/site/wwwroot/runtimes/linux-x64/native/libimageflow.so at Imageflow.Bindings.NativeMethods.imageflow_context_create(UInt32 imageflowAbiVerMajor, UInt32 imageflowAbiVerMinor) at Imageflow.Bindings.JobContextHandle.c.b__0_0() at Imageflow.Bindings.NativeLibraryLoader.FixDllNotFoundException[T](String basename, Func`1 invokingOperation, IEnumerable`1 customSearchDirectories) ``` Isn't...

Exactly @lilith it seems a bit weird. I'll try to create a new Web App and check if they have updated the container. I'll post here again when I have...