-
At the moment, `cPlugin` offers a useful interface for transforming identifiers, but not necessarily the full range and abilities of Nim's macro system. Generating bindings in a relatively barebone ma…
-
Post questions here for this week's exemplary readings:
3. Saha, Koustuv, Eshwar Chandrasekharan, Munmun De Choudhury. 2019. [“Prevalence and Psychological Effects of Hateful Speech in Online Colle…
lkcao updated
9 months ago
-
Hey all,
New to the community here; last night I tried logging into a new Tinder account and matching with people in my get_recommendations(), using the Tinder token I got from phone_auth_token.py…
-
Currently the only way to see typeahead options is to type something.
For a small list (eg. subcategories); sometimes you just want to see what options are available without having to know what lette…
-
**What's your idea for a cool feature that would help you use OHM better.**
It would be great to have support for uncertain dates and time ranges.
This uncertainty could accommodate for vague or u…
-
A user noted via Slack that querying an Index via Alternator sometimes exhibit and return a different behavior than DynamoDB.
For brevity, follows the relevant quote from the original report:
> …
-
The current algorithms produce a negative lux under certain conditions (especially low light).
Current:
lux1 = ( (float)ch0 - (TSL2591_LUX_COEFB * (float)ch1) ) / cpl;
The fixed value of TSL259…
-
We have several typed arrays in our code whose size depends on the input.
**`visited`**
In our generated lexer is an array `visited` which always has the size `1024` but it should potentially be a…
-
Hi vg folks,
The ability to extract snarl traversals is a really nice feature as it lets you (potentially) access variants right in the graph data structure, which is much more portable and meaningfu…
-
A relevant problem of ROS2 is that it wastes resources when you have both inter and intra-process communication enabled.
For example:
- Process 1: Node A publishes on `my_topic`, Node B subscrib…