-
I'd love to specify a stylesheet for an @XmlRootElement without having to mess around with the
marshaller. For instance, it would be great to have something like:
@XmlStylesheet(type="text/css" href=…
-
In our project we have a header of forward declarations since we sometimes need the same forward declarations in many header files. I'm trying to get IWYU to consider including the header file of forw…
-
Migrated from [rt.perl.org#132393](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=132393) (status was 'new')
Searchable as RT132393$
p5pRT updated
2 years ago
-
Probably using https://www.npmjs.com/package/dts-bundle-webpack?
If it's an option it can be run after the main build.
```
ncc build src/index.ts -o dist/main
ncc build dist/types/index.d.ts …
-
```
requireBinding() is a nice way to declare the bindings you need, but it
would be useful for maintenance to have help keeping this list up-to-date.
How about something like this?
public class DeL…
-
```
What capability do you want added or improved?
Namespace prefixes in RDF documents for vocabularies should have xmlns
URI's to provide some indication of where they came from.
Where do you want …
-
Currently, this declaration :
``` haskell
data A :: * where B :: forall (x :: A). A
```
results in a "AThing evaluated unexpectedly" ghc panic.
I think it should be accepted.
-
-
Since Ceylon allows to have several declarations in a one file it would be nice to sort them somehow. For example: alphabetically, by authors, by `since` annotation, mixing all of those.
-
Class `Civi\Osdi\ActionNetwork\Object\Tagging` holds a property
```
protected ?RemoteObjectInterface $person = NULL;
```
and a setter...
```
public function setPerson(RemoteObjectInterface…