ptrxyz

Results 24 issues of ptrxyz

Seems with Vue3 this component is breaking. I tried the minimal example and I get an error: ``` Uncaught (in promise) TypeError: _vm._self is undefined render vue-pull-to.js:325 ... ```

![image](https://user-images.githubusercontent.com/209056/133004848-7642bdfc-9abc-4a8e-a215-d4fcb2132345.png) Seems the `

pending triage

### Short description I was trying to ``` start the application. ``` ### Expected behaviour I expected that `the application would start`. ### Actual behaviour I saw was that `a...

This fixes the missing button (issue border #18)

Output of `awesome --version`: ``` awesome v4.3 (Too long) • Compiled against Lua 5.3.5 (running with Lua 5.3) • D-Bus support: ✔ • execinfo support: ✔ • xcb-randr version: 1.6...

bug
good first issue

### Describe the bug Eslint does not seem to be aware of the global namespace `App`, while svelte-check seems to be all good. ### Reproduction create a simple starter app...

### What is the feature you are proposing? I wonder what the developers think of allowing the use of custom transformers to enable Hono RPC to work with more complex...

enhancement

I just tried to convert the example from "Typescript -> JSON" yet a server error 500 is returned for everything i try. I think it's the same as #366.

I find that there are quite some issues piling up, with barely any activity on the associated repos (Github, Quay.io) So I wonder, is this project still active? Or should...

ESlint somehow reports an `unsafe-member-access` error when I try to access a exported property of a componente. Consider this component: ```ts // comp.svelte export const value1 = 3 export const...