Artemiy Davydov

Results 14 issues of Artemiy Davydov

https://github.com/aheckmann/gm/issues/678 https://github.com/aheckmann/gm/issues/657 https://github.com/aheckmann/gm/issues/119 https://github.com/aheckmann/gm/issues/694 https://github.com/aheckmann/gm/issues/280 There are a lot of problems with displaying Unicode characters. Many issues were opened, but no response was received. Alas, `.encoding('Unicode')` does not work. It...

### Description Added the ability to specify the `disableCardDrag` flag for an individual card ### Type of change - [ ] 🐛 Bug fix - [x] 💻 New feature -...

### Feature description In the native part, there is a very convenient tool for truncating text. It would be nice to see it in Tabris, because I am more than...

feature

At the moment, there are many left isses with the actual "won't fix" status. I just wanted to once again draw attention to the most important of them. https://github.com/eclipsesource/tabris-js/issues/794 https://github.com/eclipsesource/tabris-js/issues/1963...

question

`fetch` has `timeout` option, but this is not possible to use it in TypeScript because this property is not declared Please add this property to the typings

### Problem description Is it possible to add `scaleMode` property like `CameraView` and `ImageView` for `Video`? ### Expected behavior I want to be able to fill the space of the...

feature

Can you tell me how to use [Rigidbody](https://github.com/pmndrs/react-three-rapier?tab=readme-ov-file#the-rigidbody-component) correctly with [Html](https://github.com/pmndrs/drei?tab=readme-ov-file#html)? If you nest Html within the Rigidbody, it will align closer to the center relative to all the children,...

### Is your feature or enhancement related to a problem? Please describe. Please add events for opening and closing the chat. Currently, it is not possible to add or remove...

feature-request

I got >Uncaught ReferenceError: document is not defined on production, but everything is ok locally **vite.config.ts** ```ts import eslintPlugin from "@nabla/vite-plugin-eslint"; import react from "@vitejs/plugin-react"; import autoprefixer from "autoprefixer"; import...