Martijn Mellema

Results 21 issues of Martijn Mellema

Hi, I would like to know if your going to add Evernote as an activity? If not? How can I add this as an custom activity?

Hi, I was wondering if you want to make ShivaVG openGL ES compatible in the future? Grtz, Martijn

Hi, thank you for your code. I'm using a TTGO ESP32 SX1276 Lora 868 [ali express](https://nl.aliexpress.com/item/4000059708434.html?spm=a2g0s.9042311.0.0.27424c4dM50j5d) ``` parameters = { 'tx_power_level': 2, 'signal_bandwidth': 'SF7BW125', 'spreading_factor': 7, 'coding_rate': 5, 'sync_word': 0x34,...

Hi, I would like to know if you are going to add OCL and GPU support in the future? With kind regards, Martijn

### Problem description Hi thanks for the library. Love the style, I'm missing 24 hour clock and onChangeTime doesn't receive anything. The AcceptLegacy button needs ` onChangeTime(currHour,currMinute)` on line 237...

Hi, Interesting work! I was wondering if it's wise to implement this into Unity? I'm looking at a solution to stream sensitive encrypted CAD model data over a local network....

enhancement

Hi, I was wondering if it is possible to add an option that filters output when pusing. I'm using Teamcity as build server. The build log gets cluttered with progress...

Hi everyone, I have an issue regarding training based on new set or existing. ` python3 -m paddle.distributed.launch --gpus '0' tools/train.py -c en_PP-OCRv3_rec.yml` and `python3 tools/train.py -c en_PP-OCRv3_rec.yml -o Global.checkpoints=./trained/en_PP-OCRv3_rec_train/best_accuracy`...

Hi, Currently i'm using interpipe on a Jetson Nano with tegra r32.7.3. I've installed both the rust fallbackswitch plugin and want to combine the plugin with interpipe. combining these results...

Hi, I've mentioned that there's no vectoras() return ``` template inline vector Object::as() const { v8::HandleScope scope; vector arr; if (v->IsArray()) { v8::Local a = v8::Local(v8::Array::Cast(*v)); for (int i =...