-
**Provide us a use case of the feature**
When determining what logic to use when downloading posts, currently we use concrete strings checked against the __typename field of the GraphQL response (`po…
-
Adding TS definitions would help with type safety
-
### Contact Details
_No response_
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
i found piece of code doing null comparison wit…
-
The analyzer doesn't report any errors for the following code:
```dart
main() {
print('hello world');
}
typedef T FnType(arguments);
class C {}
FnType fn(S s) => throw 'unimplemented'…
-
### Feature Spec
Winglang now supports the ability to overload functions based on parameter types, a feature prevalent in languages like TypeScript. This flexibility is particularly valuable for dive…
-
I recommend rewriting YADIFA in [Rust](https://www.rust-lang.org/).
### **Why Rust?**
### Performance
Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it c…
yonas updated
11 months ago
-
### Describe the bug
Lines:
String val = jwt.getClaims().get(Claims.exp);
String val = jwt.getClaims().get(Claims.iat);
attmept to search in Map with enum members Claims.exp and Claims.iat
They …
dk2k updated
4 months ago
-
### Background and motivation
.Net 9 now allows us to exchange more types like byte, short and enums. It would be nice to expand `Volatile.Write()` and `Volatile.Read()` with such overloads as well…
-
## Addition of an AI Vision-Based Solution for Road Condition Monitoring
The solution aims to automate the detection and classification of road surface defects (such as potholes, cracks, etc.) usin…
-
By any chance have you created an asset loader that works with this crate?
It's possible that the space is too opinionated at least for this crate to provide an asset loader, but I was curious if y…