Jihyun Yu

Results 17 issues of Jihyun Yu

raven:capture/2 blocks until http request finishes. It can slow down error_logger when raven is used with {error_logger, true} because error_logger waits until raven_capture/2 finishes. Currently raven:capture/2 does not check return...

Implements 'scan' command which receives three paramaters - table: table name - options: Erlang proplist to specify scan options. - ref: Erlang reference to distinguish rows from multiple scans API...

related: https://github.com/stm32-rs/stm32f1xx-hal/issues/212 Add support for multichannel continuous conversion.

Hi, I'm trying to run a ADC multichannel (scan mode) continuous conversion. I dig into the code to check current status: `Continuous` conversion: set `cont()` bit on `start()` https://github.com/stm32-rs/stm32f1xx-hal/blob/89600ec0708cc9cb66c72c1b2c4b6b3a4827c7cc/src/adc.rs#L558-L568 `Scan`...

add attempt_atom flag, which is compatable with jsx:decode(Bin, [{label, attempt_atom}])

In addition to key-value API, there are some API layers which are supported by official bindings and compatible between them (Python/Go/Java). For Java: https://apple.github.io/foundationdb/javadoc/index.html For Golang - https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb/directory - https://godoc.org/github.com/apple/foundationdb/bindings/go/src/fdb/subspace...

enhancement

`get_visibility_polygon` sometimes crashes with `Point` due to floating point error. With `Point`, return value from `get_intersaction` might be a little closer or further than original vertex when intersection result is...

references - DT: https://www.personal.psu.edu/cxc11/AERSP560/DELAUNEY/13_Two_algorithms_Delauney.pdf - CDT: https://people.eecs.berkeley.edu/~jrs/papers/inccdtj.pdf

Code snippet only exists in image form so I had to type the script by myself. I think it's better to include text-form of script snippet to allow copy-paste the...