András Parditka

Results 17 issues of András Parditka

I've been attempting to create a toolbar button for Medium.js that would wrap the selected paragraphs into an `` and ``s. I was using `invokeElement()`. I have had various difficulties....

Hi, I am getting: ``` -1, "TIC metaclass does not implement 'textri(_,_,_,_,_,_,_,_,_,_,_,_,_,_)'." ``` A regression since TIC-80 [0.90.1723](https://github.com/nesbox/TIC-80/releases/tag/v0.90.1723). You can see it on: [Carcassonne](https://tic80.com/play?cart=1135) when you start a new game...

[Link](https://play.google.com/store/apps/details?id=com.nesbox.tic) points to not found page, though [Google Search](https://www.google.com/search?q=tic-80%20play%20store&ie=utf-8&oe=utf-8&client=firefox-b-m) still shows the original content. [Search](https://play.google.com/store/search?q=tic+80) returns Tick, Lico-12.

platform: android
meta: publishing

I have a `foo.txt` like this: ``` foo bar baz ``` (LF. No LF at the end.) And I have the following script: ```JS const { sha1 } = require("crypto-hash");...

It seems like Mithril does not handle errors thrown in the view function. My personal experience is that if an error is thrown inside the view, the UI does not...

Type: Bug
Area: Core

Focus is not returned with multiple ``s. Sample CRA project: https://github.com/andraaspar/react-focus-lock-stack-missing **To reproduce:** 1. Click ‘Open modal 1’ 2. On the modal, click ‘Open modal 2’ 3. On the 2nd...

bug

Let me first say that this project is awesome. Huge thanks for it! Since TSLint has deprecated the no-unused-variable rule (as suggested in #105), there is no way to remove...

It seems like omitting a parameter in a function definition causes variables in the function body to take parameter values. ```wren var f=Fn.new{ var a=1 System.print(a) } f.call(2) // 2...

bug

### Description Visiting https://help.rive.app/runtimes/overview/web-js with Firefox 124.0.1 shows errors in the sample: ``` Uncaught TypeError: CanvasRenderingContext2D.clip: Argument 1 does not implement interface Path2D. c https://m7p872.csb.app/node_modules/@rive-app/canvas/rive.js:42 b https://m7p872.csb.app/node_modules/@rive-app/canvas/rive.js:30 requestAnimationFrame https://m7p872.csb.app/node_modules/@rive-app/canvas/rive.js:30 startRendering...

May I suggest adding the following rule to the eslint recommendation to catch uses of `React.useMemo` and `React.useCallback`: ```JSON "no-restricted-properties": [ 2, { "object": "React", "property": "useMemo", "message": "Please use...