-
In ISO 32000-2:2020, 7.2.4 states,
> Any occurrence of the PERCENT SIGN (25h) outside a string or inside a content stream (see 7.8.2, "Content streams") introduces a comment.
This implies that a…
-
I can't tell what you were going for with the `FixedQueue` class. It has some beautiful ASCII art in it, but it seems to be part of a design that was not the final one. In particular it seems to assum…
-
Currently when the Bounded Queue is full, writes block - is it possible to introduce behavior that lets writes complete successfully when the queue is full? Our use case is a bounded queue of ephemera…
mfine updated
7 years ago
-
https://github.com/sveltejs/svelte/pull/3527#issuecomment-534531584
**Is your feature request related to a problem? Please describe.**
Date inputs have string bindings, which are rarely helpful.
…
-
I figured starting an issue noting other go-R efforts might be helpful, if also to alert those people and possibly bring them into the fold
-
Hello,
I wrote some months ago a Julia wrapper for [TA-Lib](http://www.ta-lib.org/) : [TALib.jl](https://github.com/femtotrader/TALib.jl)
So it's financial market technical analysis & indicators…
-
I'm facing a weird exception involving ConverterRegisteringWebMvcConfigurer.
I posted my problem [here](https://stackoverflow.com/questions/53775772/override-default-resttemplate-in-spring-boot-2-1…
-
In some use cases, deep cloning is required. To account for peculiarities of certain types, make a
`GENERIC: deep-clone ( obj -- deep-cloned )`
-
# Background
KCL's sketching API builds one path per function application. Sketching a square requires calling `line` four times:
```
let square = startSketch('XY')
|> line([4, 0], %)
|> …
-
From [loading related data EF Core page](https://docs.microsoft.com/en-us/ef/core/querying/related-data#lazy-loading) is the following tip:
_Entity Framework Core **will automatically fix-up naviga…