githubkoma

Results 17 comments of githubkoma

@relikd thanks! (i just had to wait a few seconds after adding the dot and new line until it "settled") @dear devs: this is the above listed first file that...

for me exchanging some packets worked for local deployment. Got rid of your mentioned issue like so: ``` git clone https://github.com/nimeshnayaju/yjs-tldraw.git cd yjs-tldraw ``` edit package.json as follows: ``` "dependencies":...

>I have no idea to solve this issue in my case. >I think it's typescript type conflict? when you follow the steps mentioned above no such errors should appear

> That should/may be finished after an additonal 6 to 8 hours of work, I plan to then publish a PR for this refactoring. This sounds great, much more sophisticated...

From first glance a change in "PublicFileHandlingController.php" could help: ``` - $fullpath = trim($dir.$filename); + $fullpath = trim($dir.'/'.$filename); ``` Just tested it out quickly, no Unit- or Integrationstests. (just because...

Dear Team, thanks for the awesome Talk App ! I love and hate threads equally in other messengers, so i would like to propose an usability and readability option. Background...

I made a mockup of what a thread enabled channel perhaps could look like to (1.) achieve or even (2.) enforce a structure thats different from other Thread views: ![threads...