Ron Amihai

Results 10 issues of Ron Amihai

Let's say I've 2 units (header & source) under the same C module - A (which is independent) and B (which is dependent on unit A's functions). I want to...

Support

Due to the recent official shallow clone support, I wonder if adding support for ["shallow since" clones](https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---shallow-sinceltdategt) is possible. That means `git clone ... --shallow-since=` (where `date` can be either...

LINQ extensions within expressions do not work when applied to properties of `ExpandoObject`. (For comparison - [ExpressionEvaluator](https://github.com/codingseb/ExpressionEvaluator) does support that with [OptionInstanceMethodsCallActive](https://github.com/codingseb/ExpressionEvaluator/blob/06850133c8678ee5c4a46b0f8ded68386f382d14/CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs#L2103)) Given the following code: ``` dynamic dynamicData =...

question
investigate

I would like to use EMGO with one of the supported STM32 MTUs, alongside WiFi module (SPWF04 for example). Does EMGO support WiFi? What modules are supported if it does?

### Version - react-native-router-flux v4.2.0 - react v16.13.1 - react-native v0.63.2 - react-native-web v0.13.13 - expo v39.0.3 ### Expected behaviour Application using `react-native-router-flux` should render on web correctly (using `react-native-web`...

Description =========== Currently, as the following `librdkafka` issue describes: https://github.com/confluentinc/librdkafka/issues/4059 Performing manual commits during cooperative rebalance is prohibited and may cause additional follow-up to rebalance triggers. Some Kafka libraries ([example](https://github.com/apache/kafka/blob/fa10e213bfea306bb5d4590dbdc5e54854192782/clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java#L1304))...

Is there any way to use JeroMQ with WebSockets / [JSMQ](https://github.com/zeromq/JSMQ) ? I know JSMQ repo states there is no JeroMQ / NetMQ support yet, but actually there is [NetMQ...

## Description `@expo/electron-adapter` uses Webpack v4 configuration options which were dropped/removed since v5. Hence `expo-electron` doesn't support webpack v5 right now. ## Expected Behavior Application using webpack v5 should run...

### Describe the bug The "Active Screen" settings option under the Global hotkey window does NOT open the hotkey window in the currently active (focused) window but in the main...

Bugs

See: - Option docs in the Java driver: [link](https://javadoc.io/doc/com.arangodb/arangodb-java-driver/latest/com/arangodb/model/AqlQueryOptions.html#forceOneShardAttributeValue(java.lang.String)) - Option docs in the Golang driver: [link](https://pkg.go.dev/github.com/arangodb/go-driver#WithQueryForceOneShardAttributeValue)