Christian M

Results 18 issues of Christian M

While trying to integrate img-parts into my project I observed a problem processing images of one camera. In the following example I take the image ![IMG_0818](https://user-images.githubusercontent.com/7541795/119443336-bc932200-bd29-11eb-94bf-0fc4b6aea471.JPG) extract the exif data...

Easy start with nvidia-docker-compose up -d gpu

Is it possible that this project serves a library to include in other projects. I really would like to use it for example in chat applications to resolve ip by...

enhancement

When I listen to this [signal] (https://github.com/paceholder/nodeeditor/blob/87f0d386bfca24958e4ee2bd52763a13eb04ce10/include/ nodes/internal/FlowScene.hpp#L106) `void connectionCreated(Connection &c);` , it gets emitted when [clicking](https://github.com/paceholder/nodeeditor/blob/87f0d386bfca24958e4ee2bd52763a13eb04ce10/src/NodeGraphicsObject.cpp#L238) visually on an output port. ` void NodeGraphicsObject:: mousePressEvent(QGraphicsSceneMouseEvent * event) { ......

Hi, I use the network defined in https://github.com/charles-r-earp/autograph/blob/main/examples/neural-network-mnist/src/main.rs The output of the model in inference as_raw_slice() is F32(BufferBase { device: Device(0), len: 14190, elem: "f32" }). Now I try to...

I think it would be nice if you add ${META_PROJECT_NAME} as library prefix, so the resulting library name would not be libcore.so, but libtemplatecore.so .

Do you have a tip, how to disable csrf for some views? I try to implement this: ` from flask_wtf import CSRFProtect csrf = CSRFProtect() @csrf.exempt @api.route(git, '//git-receive-pack', methods=('POST',)) def...

Hi, on hub.docker.com it's possible to build github tags. Latest tagged version has a versionconflict with py-meta-utils. Is current master ready to get a new version tag? Here is a...

When running backend in a docker container using backend as its dns, a frontend proxying to the backend hosting at example.com, gitlab url conains backend:5000 which should be example.com: ```code...

NFT-login is a provider speaking the well known openid connect protocol, which is an open industry standard for authentication. All Web or Mobile Services speaking openid can be connected to...