Masoud Rahimi
Masoud Rahimi
Hi, First I need to apologize if my question may be unrelated to the repo but I thought that you may already face the same issue. I'm trying to make...
Hi, As you might know, the new h-encore hack released for 3.65 to 3.68. It is very important to me that if it still works with the new exploit or...
Hi, First, thank you for the awesome project, I tested a lot of related solutions and this one is one of the best. My questions maybe already were asked but...
Hi, I'm trying to use combine triggers. For example, I want to run a function on the first minute for every 2 seconds: ``` from time import sleep from apscheduler.triggers.combining...
Hi, I'm trying to build the project (dev branch) against MSVC 2019, but after I generate the CMAKE and open the solution, at the build time I get the following...
Hi, I'm using [this tutorial](https://ircama.github.io/osm-carto-tutorials/tilemill-osm-carto/) to run tilemill with OpenStreetMap on windows10. When I open the project in tilemill app I get this error: > --------------------------- > TileMill Error >...
Hi, I have a strange problem, when I try to use loader I get the following error: C:\Users\Rahimi\Desktop>Loader.exe "test.exe" ``` Basic DKOM Rootkit to Hide a Process Usage : loader.exe...
I'm trying to set the offline map URL as an external environment variable in `leaflet_options.js`: ```javascript ... var streets = L.tileLayer('https://api.mapbox.com/v4/mapbox.streets/{z}/{x}/{y}@2x.png?access_token=pk.eyJ1IjoibXNsZWUiLCJhIjoiclpiTWV5SSJ9.P_h8r37vD8jpIH1A6i1VRg', { attribution: '© Mapbox © OpenStreetMap | Improve this...
Hi, Is there a proper way to use vita memory card and sd2vita simultaneously? I mean using apps in memory card and sd2vita. Thanks.
Hi, First I need to say thanks for this library. I think for STM32F4 familly it is the best arduino framework in comparison with other libraries. As you may know...