-
- [ ] [voidtools.Everything](https://github.com/vedantmgoyal2009/vedantmgoyal2009/issues/874)
[stnkl.EverythingToolbar.Beta](https://github.com/vedantmgoyal2009/vedantmgoyal2009/issues/879)
- …
ppvnf updated
8 months ago
-
I had issues using ExVCR because of transformations that have been made on the request / responses to save them. The JSON deserialization made all the _strings_ as Elixir's `String` (no character list…
-
### Source/destination types
```csharp
enum TestProp { Value1 }
class TestClass
{
public TestProp TestProp => Child.TestProp;
public TestChildClass Child { get; set; }
}
class Te…
-
We plan to expand the usage of the serializer to be used for network communication.
Currently we are using the less-than-ideal JSON approach, which adds a lot of overhead.
However, due to concerns a…
-
Hi Joelklabo, great project!
Tried to run on a Raspiblitz with CLN v23.02.2
Steps taken:
```
sudo su - bitcoin
cd /home/bitcoin/cl-plugins-available/
git clone https://github.com/joelklabo/n…
-
I understand there is support for JSON serialization/deserialization in Ceylon 1.2.1 (although I haven't figured out how to use it yet; is there documentation?). It would be great if this could be use…
-
Hi,
I would like to suggest extending the message queue sensor to support virtual host configuration.
Ex:
sensor_config:
host: "rabbitmq"
**vhost: "dev"**
username: "developer"
passwo…
-
### Goal
Efficient synchronization of data between the server and client (or vice versa).
This data CAN include dictionaries, lists, and classes.
The current process of synchronization is inefficie…
-
On a SQLServer database table I have two birth dates:
1975-10-11 00:00:00.000
1983-07-19 00:00:00.000
A service (not mine) exposes the birthdates as JSON, with DateTime in the following forma…
-
Currently we use a hand-rolled .JSON format to describe the message (types) that can be sent using the MicroFlo FBCS protocol between host and device.
https://github.com/jonnor/microflo/blob/master/mi…