-
Die Hilfsfunktion https://github.com/fmidue/logic-tasks/blob/5000317dd4397b69121b68838eaa72eb3d453ede/src/Trees/Types.hs#L97-L100 sollte auf das Top-Level gehoben werden, um sie dann zum Beispiel in h…
-
Does shapely already expose the GEOS implementation of [Topology-Preserving Visvalingam-Whyatt Line Simplification](https://libgeos.org/doxygen/classgeos_1_1coverage_1_1TPVWSimplifier.html) through it…
-
Since the new addition of sealed, base and other OOP keywords,
dart offers more ways to model real world systems.
When using inheritance it is common pattern in chain of command as an exemple
to…
-
Would it be possible to have the rules exposed by the package itself as an export (maybe just a `export const rules = ...`)?
My reasoning for this is:
* Bundling issues when trying to import the J…
-
The mapping draft has this type:
> typedef ne-ref {
> type leafref {
> path "/nwi:network-inventory/nwi:network-elements"
> + "/nwi:network-element/nwi:ne-id";
> }
> …
-
Hi,
it would be great to use this library with other languages like rust or go.
to enable that, we’d need a c api. would it be possible for you to add it?
Thanks!
-
- Number of Policies Applied
- Number of Alerts
- List of Policies
- Policy active or not
-
### Is your feature request related to a problem? Please describe.
As a user, I want to use the `VPFeatures` component on any page at any location I want, as it is a very useful as well as highly enc…
-
https://github.com/SiakeS/Realtime-Voting/blob/9098f667e4d9d96e4e62fc6d7a809612779417eb/docker-compose.yml#L52
https://github.com/SiakeS/Realtime-Voting/blob/9098f667e4d9d96e4e62fc6d7a809612779417eb/…
-
`ActionCable.server` in `Channel` instances is a code smell. It makes testing more difficult than it should be (parallel tests might have more than one server).
I think `Connection` should expose `…