Brandon Ros
Brandon Ros
``` ************************************************************** * FUNCTION * ************************************************************** undefined FUN_802144f2() undefined FUN_802144f2 XREF[1]: thunk_FUN_802144f2:80533f56(T), thunk_FUN_802144f2:80533f56(j) 802144f2 40 5f mov.aa a15,a5 802144f4 40 6c mov.aa a12,a6 802144f6 91 10 00 d7 movh.a a13,#0x7001...
This is interesting because in Electron you can replace `window.fetch` with `node-fetch` which has ```javascript const httpsAgent = new https.Agent({ rejectUnauthorized: false, }); async function getData() { const resp =...
did this ever go anywhere?
``` /Users/brandon/Documents/coding/kube-forwarder/node_modules/electron-vuex/node_modules/electron-store/index.js:8 Uncaught TypeError: Cannot read properties of undefined (reading 'app') at new ElectronStore (/Users/brandon/Documents/coding/kube-forwarder/node_modules/electron-vuex/node_modules/electron-store/index.js:8:48) at PersistedState.createStorage (/Users/brandon/Documents/coding/kube-forwarder/node_modules/electron-vuex/dist/persisted-state.js:45:14) at PersistedState.loadOptions (/Users/brandon/Documents/coding/kube-forwarder/node_modules/electron-vuex/dist/persisted-state.js:36:62) at /Users/brandon/Documents/coding/kube-forwarder/node_modules/electron-vuex/dist/persisted-state.js:153:20 at /Users/brandon/Documents/coding/kube-forwarder/node_modules/vuex/dist/vuex.common.js:429:46 at Array.forEach () at new...
@algesten how about now in its current state, do you think it's something I could hand off to you / that you plan to take a deeper look into? I...
@algesten not sure if this is of any value: https://github.com/hyperium/http/pull/732/files I was going to try to achieve `std + no_std` in the same repo in this toy client I made...
@medamineamara can you update your branch? it's a bit behind master and open a PR please? thank you so much for this!
this should probably be closed in favor https://github.com/temporalio/helm-charts/pull/281 i'm guessing
went for a more generic approach. thanks for taking a look, no rush on merging/happy to throw away if needed, glad to see package is maintained. super fun to use,...
https://docs.rs/cust/latest/cust/memory/struct.UnifiedBox.html Is support for similar possible?