-
Currently to give an element a keyframe animation, the author has to declare the `@keyframes` rule in one place, give them a name, and then assign the keyframes to an `animation-name`.
This is unnece…
noamr updated
1 month ago
-
SwiftGen version 6.0.2
We have a json file that has newlines in some of it's values
```json
{
"value": "This is a \n multiline string,
}
```
When output via the `inline-swift4` template i…
-
The [`text-box-edge`](https://drafts.csswg.org/css-inline-3/#propdef-text-box-edge) property has [text-edge](https://drafts.csswg.org/css-inline-3/#typedef-text-edge) as its value.
It defines that…
-
### OpenTofu Version
```shell
v1.8.2
```
### The problem in your OpenTofu project
The AWS provider recently [approved a proposal](https://github.com/hashicorp/terraform-provider-aws/pull/39204) fo…
-
See the following case: https://godbolt.org/z/TqnvKcKWK
```
__attribute__((target_clones("default,sse4.2,avx2")))
int callee(void) { return 1; }
__attribute__((target_clones("default,sse4.2,avx2…
-
E.g.
https://github.com/user-attachments/assets/99087ab0-5237-41ff-a947-4fbc1d776ed8
wolfv updated
2 months ago
-
### Priority
Low
### Area
- [ ] Datapack
- [X] Source
- [ ] Map
- [ ] Other
### What happened?
```
In function ‘__copy_or_move’,
inlined from ‘operator()’ at /usr/include/c++/12/bits/ranges…
-
Type: Feature Request
Dear Gemini AI Code Assist Team,
I'm writing to request the addition of inline code suggestions for SystemVerilog language within Gemini AI Code Assist in VS Code.
Curre…
-
I have been using open62541 v1.3 without any issues for years in one of my applications. I tried upgrading to version 1.4 (amalgamation), and when I compile, I get the error:
```
In function '__ZI…
-
From https://github.com/w3c/csswg-drafts/issues/3240#issuecomment-433628531
> Fragmentation is an interesting case. It's quite reasonable to want the text-trim to take effect at fragmentation breaks …