I would like if anyone knows how to use Npgsql with .NET 5.0. Under .net Framework (4.8) it is very handy and no problem. But under .NET 5.0 or 6.0, i can not.
I had conflict with the protobuf dependency of hive and another package that depends on protobuf. I solved the problem with "classifier: 'core'": implementation
sorry if I ask very a simple question, I'm just starting to learn about WebDev and I have a question about django url and I used rest framework. I have http://l
In a Jolt transform Im trying to filter an array of objects by an id, if equal to an Id on a field outside of the array. Here is my data { "position": { "
I am building a multiclass classification model that would be able to recognize 4 different insects. I am using Resnet50 (weights = imagenet). The dataset is sm
Does Rust have a method to transform a variable declared as let to a constant? I would like to initialize an array with the size defined by the variable (tam),
I'm having a problem into convert json into a string array I need transform a json into a string array because I will do a INSERT into our database dynamically,