Pascal Heitz

Results 18 issues of Pascal Heitz

Hello, I'm trying to improve the extension. I cloned the repo, and run it on developer mode in Chrome. I have the following error: `lib/common/js/jquery-3.3.1.min.js not found`. It is not...

How hard would it be to add the possibility to edit the text inside the mention? I can see what makes it uneditable is the `contenteditable="false"` attribute. However even when...

I've followed the "Quick Start" steps carefully. Here is my file hierarchy: ``` D: - Czech - Pupendo - Pupendo.avi - Pupendo.str ``` Now I get the folder inside my...

Would it be possible to powerAssert the return value? something like ``` const functionWhichShouldReturnNumber = (x) => { assertReturn(Number.isNumber) ... return 'bad return type' } ```

question

Currently, only the first frame is shown: ``` # src/foo/bar/baz.js:37 assert(_.isArray(nodes) && nodes.length > 0 && _.every(nodes, node => node instanceof Node)) | | | | | | | |...

Hello, I have some inputs and buttons on my page, that I disable programmatically with `ng-disabled`. But if `tooltips` directive is applied to it, the `ng-disabled` is ignored/overwritten. Here is...

Hello, Thank you for this library, it seems super easy to use! In my project I use a CAN bus with a MCP2515 chip. In a "normal" arduino project, I...

```graphql type User { _id: String! bookmark: Bookmark # Works just fine bookmarks: [Bookmark!]! # Provoke a "Maximum call stack size exceeded" Error stuffs: [Stuff!] } type Bookmark { book:...

Trying my luck with this package... I've installed the prerequisites. Then: ``` ▶ deno_bindgen --release Compiling proc-macro2 v1.0.76 Compiling unicode-ident v1.0.12 Compiling libc v0.2.152 Compiling serde v1.0.195 Compiling memchr v2.7.1...