-
I'm using `System.Linq.Expressions` to implement formatters (serializers) for any type T.
At runtime everything works fine, but now I want to support IL2CPP (Unitys ahead-of-time compiler).
So I tho…
-
# Minimal Viable 'Product'
This is what is considered a must have before 0.1 is released.
## Parser
- [ ] Fully functional parser: there are currently some bugs with parsing varags
- [ ] Pass th…
-
Hi everyone, I'm using cursive crate along with cursive_table_view crate.
I'm registering callback to each created table and yes, this callback is being triggered, but I believe that there is not eno…
-
Another from #102. There is both an `instrumentproductlink` table, implying instruments and products are a many-to-many, and an `instrument_id` column in `product`, implying each product only has one …
-
Thanks for your wonderful project! Would it be possible to add a column to the details pane naming the package of a source location, in the same way that the module is named today? This would help me …
-
```
Hello everybody.
I am using jsunit to test js functions.
And in the js functions,the global object "sessionStorage" is used to save and
get key-values.
I write jsunit test methods in the page …
-
```
Hello everybody.
I am using jsunit to test js functions.
And in the js functions,the global object "sessionStorage" is used to save and
get key-values.
I write jsunit test methods in the page …
-
#### Please confirm you have done the following before posting your bug report:
- [ ] I have enabled debug mode - Yes
- [ ] I have read [checked the Common Issues page](https://snipe-it.readme.io/…
-
There is a problem with the normalization of names of variables which are given automatically for finite fields.
```
sage: K = GF(4)
sage: K._factory_data
(,
(7, 5, 'beta6'),
(4, 'z2', x^2 + x + …
-
```
In order to make the legend interactive, I suggest allowing the labelFormatter
function to return either txt or a jquery object.
Example use case: Clicks on a label in the legend to toggle that…