Jezer Mejía

Results 110 comments of Jezer Mejía

Looks nice~ However, I don't know if I like to use asynchronous I/O operations instead of sync ones... I think this change is unnecessary as almost every I/O operation is...

I think Github Actions are covered now: - ESLint and Prettier check on Push and Pull Request - Fix code with eslint and prettier through a Pull Request (fired manually)...

Added explicit member accessibility (public/private) in 81bfa93. Also, the `sourceMap` option in tsconfig.json is set to true, so "Enable sourcemaps for better debugging..." should be covered~

Default themes were migrated to TypeScript~ Now, I'm looking to remove the `_vendors` packages by using npm packages instead, if possible.

JavaScript naming convention was adopted in 87944b1c6340bed74e1c57557e5d8d585c4e0177. The exceptions to this are JavaScript API objects like `lightdm`, `greeter_config`, `theme_utils` and `greeter_comm`, as this would deprecate all existing themes and would...

**Litarvan theme** uses the previous `lightdm-webkit-greeter 2.2.5` greeter, so there are lots of deprecated functions or concepts being used that simply do not work neither in `web-greeter` or `nody-greeter`. Until...

I did fix all the errors I got with **Litarvan theme**. You can check my fork [here](https://github.com/JezerM/lightdm-webkit-theme-litarvan), which I'll try to make a PR with.

If litarvan-theme was installed with pacman, then you need to copy the theme from `/usr/share/lightdm-webkit/themes/litarvan` to `/usr/share/web-greeter/themes/litarvan`. Either, if you're building the theme from source, copy the `dist` folder to...

This time seems to be an Electron.js error. So, I have to ask: does this also happen on a desktop environment? Also, try to set this line: ``` Exec=env ELECTRON_ENABLE_LOGGING=true...

Could you provide the `nody-greeter` log?