Thomas Countz

Results 9 comments of Thomas Countz

After installing the `dev` branch and updating the config, I'm receiving this error: ``` Error detected while processing /Users/thomascountz/.config/nvim/init.vim: line 123: E121: Undefined variable: g:vimwiki_syntax_list ``` This is the relevant...

On the `dev` branch, when I open vimwiki `ww`, I can enter the following command: ```vim :let g:vimwiki_syntaxlocal_vars['markdown']['Link1'] = g:vimwiki_syntaxlocal_vars['default']['Link1'] ``` Now when I have the following markdown file: ```markdown...

A colleague and I had this same issue using ruby `3.0.2` installed via `rbenv`. I switched to using [`chruby`](https://github.com/postmodern/chruby) and installing `3.0.2` using [`ruby-install`](https://github.com/postmodern/ruby-install#readme) and now, I no longer have...

@wpears' workaround also worked for me, but also required me to manually set `PRAGMA writable_schema`. ```sql PRAGMA writable_schema = 1; UPDATE sqlite_master SET sql = 'CREATE TABLE [foos] (...)' PRAGMA...

Hey @shintiger , the nodejs version of the `nodered/node-red:latest` image (and other default images) is `nodejs v16.x.x`. Instead of having `node-red-contrib-discord-advance` support `nodejs 16.x.x`, you might be able to use...

👋 Hej! I'd love to learn more about how I might contribute to your work. If no one else is working on this issue, I'd happily open a PR. Alternatively,...

I just realized, perhaps this is better submitted for conway's game of life: https://github.com/CodingTrain/thecodingtrain.com/tree/main/content/videos/challenges/85-the-game-of-life/showcase

> Note: accountId2 What is `accountId2`? I only have one account. I see there's a reference to a second "SFDC (Saleforce)" account in some [test fixtures](https://github.com/hacf-fr/renault-api/blob/cedc1eb16ddb2294f87166d2b3510986eb699168/tests/kamereon/test_kamereon_person.py#L22)? ``` commerce/v1/persons/{person_id}/ ``` ```javascript...

Renault Scenic Full EV: ```json { "brand": { "label": "RENAULT" }, "model": { "code": "XCB1SE", "label": "SCENIC E-TECH", }, } ``` The `soc-levels` endpoint provides fewer details, but it doesn't...