-
I'm creating this issue mostly for searchability purposes, as the actual issue is at bruderstein/nppPluginManager#34. However, given that that repo is much smaller (and that plugin manager issues are…
-
ActivityPub is a standards-track protocol for server-to-server federation, as well as client-to-server APIs at the W3C. https://www.w3.org/TR/activitypub/
My understanding is that this is something…
-
In the following example I'm getting a false positive. Probably because I've used `omit`.
```
'onMeasure' PropType is defined but prop is never used
react/no-unused-prop-types
```
```jsx
{
…
-
This syntax (or similar) has been brought up in a [number](https://github.com/facebook/react/issues/2127#issuecomment-322507746) [of](https://github.com/facebook/react/issues/9207#issuecomment-2914877…
-
This is mostly for myself to structure my thoughts, but comments are welcome. There will be some overlap with #585.
# Context
Encore has closures, i.e. anonymous functions that may refer to vari…
-
Some ideas for an improved match:
- [x] infer type annotations on constructor arguments. This easy since as of 3a30590c the reflection API supports getting constructor/inductive type information.
- [x…
-
Idea 1: Ship docking fees- a small fee (500-1000 credits) charged to the player for landing, on a per-ship count basis
Idea 2: Taxes: Every in-game month or so, a % of the player's money goes to taxe…
-
I'm using my own libevent loop with AMQP-CPP. Suppose I published a lot of messages, but connection is very slow. Now I want to call event_base_loopbreak and close application. Do I need to check some…
-
Any plans to add the same feature as Wickr ? ie. allowing one user to attach to a message a period at the end of which the message is destroyed locally and remotely (on both the sender and receiver ph…
-
@jods4: (at https://github.com/NLog/yamtp/pull/29)
> I strongly believe that you shouldn't do the JSON serialization yourself. This is too large to implement inside a logging lib and will surely l…