Sebastian Pieczyński
Sebastian Pieczyński
Sadly I have the same issue: 1. restarted dev server, 2. removed options from plugin initialization, 3. cleared cache and started server again. Still the same, crashes when clicking the...
This is still valid issue in Atom 1.15 (Windows OS) happens only when trying to toggle tree view while it's hidden. Can it be fixed? Is this package maintained?
As far as I understand that you don't store password as EVERY TIME email and password combination will generate same AUTH token. That means it's prone to brute force attacks...
Just a sec.. am I right or wrong here. There is either really serious communication issue or serious security issue with this "protocol". I am no expert but if it...
CAn you add plugin like in atom? Search for document-outline - not so colorful but does the job.
@jonschlinkert Clearly it seems that you were involved in one way or another and you did contribute to the project. You might want to add https://github.com/kentcdodds/all-contributors to your project at...
I posted the same here: https://github.com/atom/apm/issues/678 But this topic is still open. One important and MAJOR thing - should be documented BTW. If you are using Atom in portable mode...
I have added some code that will scan app/Resources ``` php private function retrieveDirs() { // Discover translation directories $dirs = array(); $rootDir = $this->getContainer()->getParameter('kernel.root_dir'); foreach ($this->getContainer()->getParameter('kernel.bundles') as $bundle) {...
@ityspace have you been able to solve the issue I am facing the exact same thing with various plugins or with custom implementation, what is more editing MDX breaks the...
For me when using NextJS 13 with latest prettier, neither `.cjs` or `.js` worked but changing config file to `.ts` fixed the issue. ```ts prettier.config.ts // prettier.config.ts /** @type {import('prettier').Config}...