0dfee64e3b
fix core dump screenshot ( #2911 )
...
* fix core dump screenshot
* make it robust
2024-07-03 22:58:29 -07:00
f86473d13b
Call core dump from the bug reporting button(s) ( #2783 )
...
* Add coredump to refresh button - this one indicates that there should be something like a core dump that is triggered.
* Added lower right control bug report button - included custom toasts for bug reporting, supports fallback bug reporting when app cannot generate a core dump
2024-06-28 18:06:40 -07:00
a1bcad9dfb
Implement Core Dump for modeling app state ( #2653 )
2024-06-20 19:36:28 -04:00
e3b9a6e5d8
Port forward to ts-rs 8.1 (currently: git only; waiting for 8.1.1+) ( #2443 )
...
Port forward to ts-rs 8.1
We're just waiting on a release that includes a PR that we sent[1] for this
to use the cargo version. For now we'll have to use the git release.
[1]: c5109a00e4
2024-05-22 14:22:07 -04:00
e45be831d0
Pass the ?pool query param through to the backend. ( #2246 )
...
Pass the ?pool query param through to the backend.
This will slice off the ?pool= param and pass it to the WebSocket
request, which requests that the Zoo API use a particular pool of
engines. This isn't something any users of the zoo api require; but it's
needed for the internal engine Zoo development workflow. This may be
used in the future, but for now this'll be always enabled. Passing any
value in the production servers will result in a "no backend" error for
now.
2024-04-25 19:51:33 +00:00
c094d0ced1
Screenshot for core dump ( #2066 )
...
* start of screenshot, need uploader
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* some cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* most things working
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* bump the world
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* mime type
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-11 20:15:49 +00:00
959433e357
start of coredump ( #2050 )
...
* start of coredump
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add local
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more coredummp
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add arch
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* os info
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix app version
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more webrtc stats
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* webrtc data
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* webrtc stats
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add wasm function
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add coredump things
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add hotkey
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* clippy
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-09 18:05:36 -07:00