-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bundler) remove error_chain and add thiserror and anyhow. (#623)
* Publish (#547) Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com> * chore(tauri.js): version updates (#556) (#557) Co-authored-by: nothingismagick <denjell@sfosc.org> * Publish (#588) * hotfix(tauri.js) proxy dev-server websocket connection so HMR works (#591) * hotfix(tauri.js) proxy dev-server websocket connection so HMR works * chore(tauri.js) lint fix * Publish (#606) * Publish (#608) * chore(api): "version updates" (#614) (#615) bump api version Co-authored-by: nothingismagick <denjell@mailscript.com> * add anyhow and thiserror to bundler. * remove error chain * cleanup * fix import paths. * remove bail calls. * add more consistent error descriptions. * add cfg for non-linux errors. * fix linux cfg * fix maskfile * add runas and loopback command * cleanup maskfile clean. * fix cfg * export print info and fix cfg. * fix maskfile's logic Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com> Co-authored-by: nothingismagick <denjell@sfosc.org> Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com> Co-authored-by: nothingismagick <denjell@mailscript.com>
- Loading branch information
1 parent
5fc6ea7
commit 6ab67ed
Showing
16 changed files
with
333 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.