-
Hi @robohorse . Instead of create separate file for each object. I want to output only one class object like the example below.
```
{
"ongoing": {
"frequency": "123",
"weekTime": [
…
sonvp updated
4 months ago
-
RUF019 can raise false positives if a class defines `__contains__` and `__getitem__` but not `get`. Alternatively, a class may implement `get` but do something entirely different with it.
(Yes,…
-
**Is your feature request related to a problem? Please describe.**
It is currently not possible to fully use [Protobuf Editions](https://protobuf.dev/editions/) in most of my company's protobuf defin…
ghost updated
5 months ago
-
happens when running **warble** or **warble -T**
![image](https://github.com/jruby/warbler/assets/59670472/a57e647f-bee6-4787-b6df-0412fefb17b0)
-
### Issue
The included version of tree-sitter doesn't allow C#12 syntax with primary constructors:
```c#
class Foobar(string Name) {
}
```
So lint will keep telling aider that the file i…
-
Retopoflow Version: latest, v4.0.0 branch, hash=bf36eeaf6d12d4ae171c3740a92d71c5e82fdca5
Blender Version/Hash: 4.2.3 LTS, hash=0e22e4fcea03
Platform Version/Distribution: Windows 11, 10.0.22631
…
-
I installed by git cloning the repo into custom_nodes
after install and load your wrokflow
![image](https://github.com/user-attachments/assets/6d6fc8aa-0a3a-4332-99ae-e4f352288f12)
please help…
-
Hi, I use component directory structure from [this article](https://hugo.alliau.me/blog/posts/a-better-architecture-for-your-symfony-ux-twig-components) and is powefrull. I use it in all my projects.…
-
I have a simple class with datetime properties. If I try to clone this class there is a stackoverflow exception. If I comment out the properties the deep copy will work. I am on .net 8.
public cla…
-
```
org.apache.shardingsphere
shardingsphere-jdbc
5.5.0
```
l hava a application.yml config file. file have a config content is
```
dbPwd: 1234556
spring:
dataso…