indexofrefraction
indexofrefraction
hi, i tried this to minify code that needs to run on python 2.7 and python 3.7 sadly print() gets translated to print if minifying is run on 2.7 which...
I have all my small tools in /Applications/Tools/.../... to keep my /Applications reserved for main Applications Sadly 1.2.2 doesn't work if it is not located in /Applications It would be...
it would be nice if the documentation had some infos on how to use frida-gadget on windows
hi, is it possible to import with frida-gadget ? and if so, how? ``` import('./module.js').then(module => { // ... do something }).catch( error => { console.log(error); // ReferenceError: could not...
hi, sadly, winresourcer does not work at all using macos. it fails with npm nw-builder and also if used directy... ``` winresourcer --operation=Update --exeFile=myfile.exe --resourceType=Icongroup --resourceName=IDR_MAINFRAME --lang=1033 --resourceFile=myicon.ico ``` results...
While the poster shows perfectly on Firefox and Edge (MacOS) It does NOT show on Safari (17.4.1), there is a flicker and then the 1st frame is shown instead. ```...
Very often the response has ### Instruction: and ### Response: sections often even after a good response. Example of the system going nuts : ``` > are dogs greater than...
It would be nice if the input text could be edited (support for left/right cursor keys) and if you could navigate the input history with the up/down cursor keys :)
hi, i noticed that if you want to check for the existance of a file or directory it is needed to include a pattern in glob, otherwise you don't get...
using the code from the documentation i can **not** get onplayerror to fire with example below / on safari and chrome desktop: audio play is denied, but onplayerror does not...