Pavel Smirnov

Results 8 issues of Pavel Smirnov

I was looking at doing something like this: - town - county - country town belongs to county, which belongs to country doing town_model->with('county')->with('country)->get(xx) it only gives me the direct...

Rationalize URLs with Realtion_Value so that RelationId numeric is always in the same position. This behaviour is required when custom controller needs to pre-process that id e.g. for security. See...

[https://community.greenbone.net/t/shutting-down-gcf-http-download/5339](https://community.greenbone.net/t/shutting-down-gcf-http-download/5339) Community feed is now located here feed.community.greenbone.net: IP address: 2a0e:6b40:20:106:20c:29ff:fe67:cbb5 Legacy IP address: 45.135.106.142

Two problems: #1 Was not sure how to get the "Sign Up" feature to work automatically from /login/microsoft i.e. how to configure the combined azure signup and signin flow to...

What could be possibly done to fix that ? require('./bootstrap'); $.OpenSeadragon = require('openseadragon'); require('openseadragon-annotations'); var viewer = OpenSeadragon({ /// followed by viewer.initializeAnnotations(); // const annotations = new OpenSeadragon.Annotations({viewer}); ERROR in...

Guys, Is it possible to use this library so that instead of providing keys to authenticate to SM SDK you could instead utilise the IAM roles assigned to an executing...

Is it build-able on ARM64? I've tried dumb installing, but operator container fails to start.

Basically looks like the foreign key field is not added into the SQL statement for a nested table element. Is there anything obvious I'm missing ? $order = new Order($x);...