Levan Katsadze

Results 10 issues of Levan Katsadze

Is it possible to make an app which uses android BLE and can broadcasts at least 10 kilobytes of data? Will it be too heavy operation if broadcasting will be...

@CoenraadS, As you suggested, `vscode.workspace.fs` works fine in all the areas of the source code as an alternative of Node `fs`, but there is just one persistent problem with loading...

**Description** Many videos were originally in 4:3 aspect ratio, but then uploaded on YouTube with 16:9 (stretched aspect ratio). For me it's very annoying to watch stretched videos. ![a16-9](https://user-images.githubusercontent.com/54504880/152518654-0cb96645-456d-4761-bb2c-dcdf29b30e12.png)

enhancement

Hi everyone, many of you already helped me a lot with cool ideas, pull requests, feedback and so on. Now there is one more little thing you can do for...

This code seems ok: ``` const a = () => { const amount = 200; return ( $ {amount} ); }; ``` ![image](https://user-images.githubusercontent.com/54504880/206905912-c35c592d-369d-4963-8d9b-4733ea37168a.png) But if you delete the space next...

Hello @benjamminf, I want to achieve this but not only for texts but for any shape of SVG. With only text, it is easy with textPath element, but instead of...

Hello, I'm working on my VS Code extension, blockman, it renders blocks based on nested code blocks to make it easier to visually perceive the code. video: https://youtu.be/2Ajh8WQJvHs The "dt-python-parser"...

I mean, should I start a new RN project using Expo or using RN CLI? As far as I know, Expo has some limitations of accessing device modules like Camera,...

Hello, sorry for mass mentioning (tags), I really want to have an example code of this BLE advertiser package. I just could not setup it myself, I tried millions of...