-
### Feature description
* Refactor the job directives for logical consistency, to use standard terms, and to better support modern batch schedulers.
* Complete the ongoing refactor of the job …
-
Here is a list of all the [ChordPro directives](https://www.chordpro.org/chordpro/chordpro-directives/) and their current status.
- [x] [album](https://www.chordpro.org/chordpro/directives-album/)
…
-
## **GraphQL Document-Level Directives Proposal**
### **Introduction**
As GraphQL's popularity continues to surge, its potential extends beyond just efficient data fetching. Solutions like Apollo …
-
### Version
latest
### Template before formatting
```blade
@hasfield('list')
@fields('list')
@sub('item')
@endfields
@endfield
```
### Template after formatting
```blad…
-
**Version Used**: Visual Studio 2017 15.2.0+26430.6
**Code to Reproduce**:
```csharp
public class Foo
{
#region Region
public class Bar // Move type to 'Bar.cs'
{
}
#end…
-
### Core or SDK?
Platform/SDK
### Which part? Which one?
Browser JavaScript
### Description
Investigating integration of Browser Javascript to a website, one question I need to answer i…
-
### What would you like to be added?
Allow modifying the scheduling directives of a Job template when the job is fully suspended.
Currently, as part of kubernetes/enhancements#2926, we allow the J…
-
### What problem does this feature solve?
component's keep-alive activated and deactivated hooks should also be available in directives.
For example, suppose you have a directive that adds a class…
-
Currently it is possible to repeat non-repeatable directives:
```graphql
{
field @nonnull @nonnull
}
```
This should throw a validation error instead
-
- [x] I have reviewed this project's [contribution guidelines](https://github.com/SystemRDL/systemrdl-compiler/blob/main/CONTRIBUTING.md)
**Describe the bug**
In the following code:
```
`ifd…