Peter Kopias

Results 21 comments of Peter Kopias

Dear Paweł, Prioritizing and scheduling the development is not in my scope, I can only report what I had found and blocks the use of husarnet in a somewhat special...

+1 please increase grip area. Alt-rightclick is a workaround not a solution. Usability is the first mission of a window manager. If one can't resize a window by the edge...

I'd also note that Dart Devtools is a very smart and efficient tool for flutter debugging. Instead of reinventing the wheel, it would make a lot of sense to somehow...

``` cd feniks.web_app ; docker build -t gokalpgoren/webapp:v1.0.3-custom . ;cd .. cd ffmpeg_service ; docker build -t gokalpgoren/ffmpeg_service:v1.0.2-custom -f Dockerfile.raspi4 . ;cd .. cd mngr ; docker build -t gokalpgoren/mngr:v1.0.3-custom...

> I believe creating an Arm image for PyTorch face recognition is impractical due to its high hardware requirements, particularly a Nvidia GPU. Instead, I recommend utilizing the Deepstack face...

``` cd feniks.web_app ; docker build -t gokalpgoren/webapp:v1.0.3-arm64v8 . ;cd .. cd ffmpeg_service ; docker build -t gokalpgoren/ffmpeg_service:v1.0.2-arm64v8 -f Dockerfile.raspi4 . ;cd .. cd mngr ; docker build -t gokalpgoren/mngr:v1.0.3-arm64v8...

Great find, looks relevant by the title. On Mon, Jan 22, 2024, 14:09 Brandon ***@***.***> wrote: > It looks like this is a change in the 2023.3 Threading Model by...

> Can we run those services on Linux without docker? If yes, how? It should be possible, but you'd need to look inside the Dockerfile and follow each command on...

I agree this is not a musthave feature, but anyone doing manufacturing of multiple items with many subcomponents might need to group similar steps in technology together. (all 3dprinting all...

I've been thinking about this and the solution might be to use keywords (tags). 1. Attachments could have tags as core feature. (All entities could have tags) 2. A plugin...