-
I've recently discovered this project and think it would be a great fit for the ballet studio that I am a part of.
I've setup a test production environment to make sure it suits us but one thing I ca…
-
Would we want to subtly encourage users to make their projects public by making it the default as opposed to how it is now?
Essentially just turn this:
into this:
-
**Is your feature request related to a problem? Please describe.**
PGP public keys do not need to be encrypted.
https://github.com/scidsg/hushline/blob/53c65eee7bf80365b6889fcb51cda268c68acd0e/h…
-
As expected, Lens now removes the public sources for Lens
https://github.com/lensapp/lens
this changes breaks the rebuild of OpenLens now.
I would recommend to archive the repository to avoi…
-
Recent PR #4364 made a change where it is possible to specify private key per cluster.
This got my attention because it implies that different clusters may have different key pairs.
https://githu…
-
Hi 👋🏻
Small suggestion to improve the current usage of `ComponentToolsTrait::emit()`, for now, the method defines the following signature:
```php
public function emit(string $eventName, array…
-
https://tools.geofabrik.de/osmi/?view=routing&lon=20.01369&lat=50.10065&zoom=19&baselayer=Geofabrik%20Standard&overlays=duplicated_edges%2Cduplicated_edges%2Cduplicated_edges_areas%2Cislands%2Cislands…
-
I am trying to migrate Krossbow, my STOMP-over-websocket multiplatform library, and I stumbled upon this function becoming private/internal in `kotlinx-io`.
I [relied on it](https://github.com/joff…
-
Sometimes I want to use a `typedef` as an alias within a file, because a type is large and unwieldy. I don't want to expose the typedef because it's really just there to make this file more readable. …
-
Hello!
I have simple interface like this:
```java
public interface ITest
{
}
```
and the simple event:
```java
public class TestEvent extends ApplicationEvent
{
public TestEvent…