fbarbu15
fbarbu15
I have following items of an application written in Delphi, printed with print_control_indentifiers and I want to select the tab with title="Units": ``` TfrmExportSetup - 'Export Setup' (L0, T0, R400,...
I have an old delphi application that has some DevExpress elements like TcxGridSite. It's sub-elements do not appear with inspect neither using print_control_identifiers. Is there a some way or a...
#### I'm submitting a ... - [x] feature request #### What is the current behavior? I'm using soft asserts in my tests. I've implemented those using the subTest python lib....
This is a **change request** Nwaku will start [supporting autosharing](https://github.com/waku-org/nwaku/pull/2505) on all clusters starting with 0.27.0 When that happens and we update the js-waku CI to use 0.27.0 we can...
This is a **change request** ## Problem `subscribeToContentTopic` starts a new node with partial `ContentTopicInfo` (no `clusterId`) so `createLightNode` will resolve `clusterId` to `DEFAULT_CLUSTER_ID=1` But Autosharding will be possible on...
This is a **bug report** ## Problem [shardInfoToPubsubTopics](https://github.com/waku-org/js-waku/blob/master/packages/utils/src/common/sharding.ts#L68) and [ensureShardingConfigured](https://github.com/waku-org/js-waku/blob/master/packages/utils/src/common/sharding.ts#L295) doesn't take `clusterId` into consideration when resolving the `PubsubTopic` for `ApplicationInfo` IMO this needs to work because `ApplicationInfo` also contains...
This is a **bug report** See [test](https://github.com/waku-org/js-waku/blob/master/packages/tests/tests/peer-exchange/query.spec.ts#L127) In CI it usually fails because [query](https://github.com/waku-org/js-waku/blob/master/packages/tests/tests/peer-exchange/query.spec.ts#L100C11-L100C21) doesn't return anything. I tried tweaking the timeouts but with no luck. Locally on my machine...
This is a **bug report** ## Problem When using `wakuPeerExchangeDiscovery` with a wrong(non-existent or empty) pubsubtopicArray the peerExchange still works and node are discovered. Peer Exchange does not take the...
This is a **bug report** ## Steps 1. ContentTopic = "/waku/2/content/test.js"; 2. singleShardInfo = { clusterId: 0, shard: 0 } 3. encoder = createEncoder({ contentTopic: ContentTopic, pubsubTopicShardInfo: singleShardInfo }); Generates:...
This is a **bug report** ## Steps 1. Have jswaku and nwaku(or gowaku) connected via filter and lightpush protocols 2. Subscribe jswaku to a topic 3. Send 100 messages from...