Devedse

Results 57 issues of Devedse

I'm currently writing integration tests for my project. But what I'm running into is that these sometimes fail. The error that pops up is that it can't find the configured...

bug

Hi all, I'm trying to merge a big set of the .NET Standard dll's into a WPF project. Previously this worked fine but after upgrading some thing to the latest...

Hi jlessage, I've added a script to the readme to automatically update the fs.inotify.max_user_watches= during synology startup. This way it should persist during reboots. Devedse

## System Details Device: Raspberry PI 4 + Raspberry PI OS 64 bit Compilation: I basically followed the docker file ## Problems Description I compiled hangover which is now working....

## System Details **Platform I'm running on:** Docker image on Raspberry PI 4 8GB (Rasperry PI OS 64 bit) **Platform I used for compilation:** Docker image on Raspberry PI 4...

Hi @AndreRH and @stefand , As I said in my issue I've created a proposal to setup automated releases. Some details and things to think about: 1. My automated releases...

Hi @nihui , Amazing project you've got going on here :). I'm curious how it compares to the 'normal' DAIN implementation in terms of quality and speed? -Devedse

Hi all, I've been playing around with NFC cards for a bit and managed to get the keys for a specific card of mine using miLazyCracker: https://github.com/nfc-tools/miLazyCracker/ However, after trying...

Hi :), When running the following code I'm getting an error: ``` public class Program { public static void Main(string[] args) { int cur = 0; while (true) { cur++;...

## Introduction For a personal project I'd like to detect **cars**, **busses**, **trucks** and their **license plates**. To accomplish this I wanted to train a custom model using YoloV4 with...