-
Hi,
I'm trying to use both immutable state and nested persists (for code splitting)
https://github.com/rt2zz/redux-persist#nested-persists
https://github.com/rt2zz/redux-persist-transform-immutab…
djeeg updated
5 years ago
-
Hi,
I am developing a protocol in a resource constrain platform and suffer from very limited bandwidth.
We are using map(integer: any) to transfer messages.
However, this lib only packs objec…
-
Once upon a time, I felt the need to use some Perl to do something in irssi, and it turned out there were no bindings for it.
I added some stuff, and I have to admit, it was a long time ago. So I put …
-
The java code is a bit old and doesn't really handle generics "with" generics (simply casts plain Objects back and forth). There is _a lot_ of minor things to rewrite if we want to fix this.
So we ma…
-
The output format of the MFILE.DAT and OUT.DAT is currently plain text. It could be advantageous to output these as TOML or similar, to standardise the output format whilst maintaining human readabili…
-
At balena.io we make extensive use of manifest type files we call contracts, they are a mix of data and schema, and we have an internal database for storing and querying contracts. Contracts are store…
-
For example make custom memory, make a concept of an object with properties and methods to see what it might look like, with TS/JS semantics in mind.
It might be useful to break this up into:
- …
-
so let's say i have a locale object with two languages that have one key "data". This data is equal to an array of objects, something like this:
`{
en: {
data: [{ id: 1 }, {id: 2}]
…
-
Given:
``` ruby
class Article
include MongoMapper::Document
many :comments, :in => :comment_ids
end
class Comment
include MongoMapper::Document
end
```
executing:
``` ruby
> article = Ar…
-
### Version
2.6.11
### Reproduction link
[https://jsfiddle.net/antiv/f8nhq1vy/7](https://jsfiddle.net/antiv/f8nhq1vy/7)
### Steps to reproduce
1. Build WebComponent with vue-cli:
…
antiv updated
4 years ago