Antoine Bolvy

Results 20 issues of Antoine Bolvy

Hello! Thanks for the great package. Given the following: ``` { "keys": ["ctrl+shift+up"], "command": "chain", "args": { "commands": [ ["swap_line_up"], ["reindent", {"single_line": true}] ], }, }, { "keys": ["ctrl+shift+down"], "command":...

# Describe the bug I have a subquery that returns 1 results (an id) that i use to perform an update only on that row. On pg it properly limits...

## Paste the full User-Agent String here ``` Mozilla/5.0 (compatible; adscanner/)/1.1 (http://seocompany.store; [email protected]) ``` ## Is this for Addition / Removal? - [x] Addition - [ ] Removal - [...

Bots / User-Agents

I was reading through the code as I'm currently writing a mermaid pandoc filter in python, for a LaTeX output, so ideally I need PDF output. This code seems to...

Currently on `dev` we have the following warnings displayed: ``` /home/arch/tmp/Lugdunum/thirdparty/imgui/src/imgui_draw.cpp: In function ‘bool ImFontAtlasBuildWithStbTruetype(ImFontAtlas*)’: /home/arch/tmp/Lugdunum/thirdparty/imgui/src/imgui_draw.cpp:90:38: warning: ‘spc.stbtt_pack_context::nodes’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define STBTT_free(x,u) ((void)(u), ImGui::MemFree(x))...

I don't really have much more info than this, but over the last month I've had this (amazing) extension installed, I have found myself needing to re-enter my settings twice....

### Environment * Elixir & Erlang/OTP versions (elixir --version): 1.15.6 * Which version of Dialyxir are you using? (cat mix.lock | grep dialyxir): 1.4.3 ### Current behavior Currently, when we...

enhancement
help wanted

I have the following error when running `tsc -b`: ``` ../../.yarn/cache/@vendia-serverless-express-npm-4.10.1-f73485d9b7-083c393170.zip/node_modules/@vendia/serverless-express/src/configure.d.ts:2:25 - error TS2307: Cannot find module 'aws-lambda' or its corresponding type declarations. ``` It seems like adding `@types/aws-lambda` to...

Hi, I'm having issues using the visual rendering library of Android Studio (1.5.1). Here is the stack trace: ``` java.lang.NumberFormatException: Color value '/home/manjaro/Android/Sdk/platforms/android-23/data/res/color/primary_text_material_light.xml' must start with # at com.android.layoutlib.bridge.impl.ResourceHelper.getColor(ResourceHelper.java:79) at...

If there is a error thrown in the callback, I believe the current implementation creates an unhandled promise rejection. Wrapping the calls in `process.nextTick` appears to fix it in my...