Steven Gates

Results 12 comments of Steven Gates

It would be helpful if you could post a JSFiddle recreating the issue

Actual content of ```edit.less```: ``` SyntaxError: (postcss) CssSyntaxError Missed semicolon (13:14) 11 | -align: center; 12 | overflow: auto; > 13 | position: text-align: center; | ^ 14 | overflow:...

The content of ```edit.less``` seems to be error output. Deleting all the contents of this file allows me to view the landing page, albeit with incorrect stylings: ![image](https://user-images.githubusercontent.com/13278417/56912769-0b542c00-6a7e-11e9-8a0d-ee3de943fd0d.png) Versus the...

This could be the solution @jljsj33 , thank you For me personally I did not use the Code Editor for CSS and still resulted in the error

hi @Ryu1845 ! any progress on this issue / would you like help on it? not having a chat download feature is a blocker for us -- happy to help...

hello, I just fixed it! it builds successfully now. here is what I did: ``` cd submodules/ git clone https://github.com/desktop-app/tg_owt.git git clone https://github.com/TelegramMessenger/tgcalls.git git clone https://gitlab.com/overtake/Sparkle.git git clone https://github.com/telegramdesktop/libtgvoip.git git...

Yes please! We are running into the same issue now

hello, I just fixed it! it builds successfully now. here is what I did: ``` cd submodules/ git clone https://github.com/TelegramMessenger/tgcalls cd ../ rm -rf core-xprojects/webrtc/build cd submodules/tg_owt git submodule update...

for any missing packages, cd into the submodule's directory and do: ```git submodule update --force --recursive --init --remote```

Good idea about the shell, but still same error. I directly modified the `lethe-auth.json` file as well, but still gives the same error. Thanks for the help! I'm running on...