aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/RequestStore.js
Commit message (Collapse)AuthorAge
* chore: recipes/request stores js => tsLibravatar Ricardo Cino2022-06-23
|
* Use different ports as compared to FerdiLibravatar Vijay A2022-05-16
|
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* Develop local server featureLibravatar vantezzen2019-10-18
|
* Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
|
* replace ms time strings with ms moduleLibravatar Stefan Malzner2019-02-25
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Add "Franz" to debug identifiersLibravatar Stefan Malzner2018-11-22
|
* Replace console logs with debuggerLibravatar Stefan Malzner2018-03-18
|
* initial commitLibravatar Stefan Malzner2017-10-13