-
This is a pretty big feature. Is this something you would consider? I've spent a fair amount of time studying the implementation and reproducing more generic versions of it and would be willing to mak…
-
# Character Submission Questions
One of the more painful parts of the codebase is the separation between characters/journals and submissions. It creates redundancy and pains at all sorts of levels of…
hyena updated
4 years ago
-
[The format of the issue]
Paper name/title:
Paper link:
Code link:
amusi updated
2 months ago
-
Hi, I think so far our best base model for handstart is 0.89 in my validation. I think it will be much better if we could push it to 0.92 something. : )
-
Consider this library https://github.com/flatiron/revalidator
It allows arbitrary validation like:
```
r.validate({a:5},{properties: {a: { type: 'string' } } } )
{ valid: false,
errors:
[ { att…
-
[Embeddings.zip](https://github.com/satra/mapalign/files/6576754/Embeddings.zip)
I would like to ask two mutually related questions about the code:
1. Where can I found the theory and **rational…
-
Hi,
Before I go on, I'm a newbie to both Emscripten and GCC (I'm a Java dev).
I think I've already grasped the 'EXPORTED_FUNCTIONS' flag of Emscripten/emcc compiler as highlighting the C/C++ functio…
-
### Steps to reproduce
Hi,
We’re currently automating tests for a hybrid Flutter-Native app. Since our app includes LTE-specific flows, we need to disconnect the iPhone from Wi-Fi to test LTE fl…
-
# Summary
This RFC hopes to address the concerns in #197, #261, #271, and #329 by laying the foundation of pest's evolution and transition.
# Motivation
While pest grammars offer an expressiv…
-
Hi @rozza!
Just wanted to pick your brain about the default index creation. Seems like non-background indexes are only useful at the very early stage of a project. When any of the collections grow …