jerryc05

Results 9 comments of jerryc05

@TuoLi96 afaik gprof seems to work with absolute time according to my previous attempts (if my memory serves me right)

Note: try `npm run build` and see the crash log

oh okay. so are we considering making bottom up the default sorting algorithm?

Same here. Light theme works with no error but dark theme failed with error: ``` [Embedded Page] Registered perspective-computed-column workbench.desktop.main.js:1541 [Embedded Page] Registered perspective-row workbench.desktop.main.js:1541 [Embedded Page] Registered perspective-viewer workbench.desktop.main.js:1541...

> Which rustc version are you using? is LTO enabled? > > I think it is an issue introduced as of nightly-2020-05-08 and related to LTO. However, it just appears...

probably we can capture traffic packets sent from the app? Haven't tried it yet so I am not sure if the API endpoints are encrypted or not

here is an excerpt, hope this helps: ``` jobs: build_and_deploy: runs-on: ubuntu-latest defaults: run: working-directory: ./frontend steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: version: latest run_install: false - shell:...

afaik, ``` with: files: frontend/dist/*.zip ``` is working (current working version of my workflow), but ``` with: files: dist/*.zip ``` does not work (cannot find anything matching `*.zip`) (my initial...

![IMG_0627](https://github.com/softprops/action-gh-release/assets/8305074/bdc27c4f-af04-406c-aaf4-47d76e7a6bf0)