Sengiv

Results 71 issues of Sengiv

libgdiplus has the function "GdipNewPrivateFontCollection". So if I'm not mistaken the mapping in mono-wasm is missing. So all that needs to be done is to add the mapping to "libgdi_library_mappings"...

Please place this in the front page readme, so beginners can spot it easy. This's useful piece of code to see when starting especially for beginner developer. Nice repo! @MarkOGDev...

When I use this in my config Multiple listener binding: ``` - RelayName: myrelay Bindings: - BindAddress: 127.0.8.1 BindPort: 5671 PortName: amqps - BindAddress: 127.0.8.1 BindPort: 5672 PortName: amqp ```...

I basically want to do this `azbridge -R myname:10.1.2.3:all` is this possible?

Feature Request

Is this project still relevant? Now that we can call JQ directly from Blazor with `IJSObjectReference` . **Example:** _JQuery_ ` $('table').DataTable() ` _Blazor_ ``` var jQuery = await JSRuntime.InvokeAsync("$", "table");...

I was thinking to throw out my lgt8f328p (bricked with bad code), your work here saved it! Thanks!! Please correct me if I'm wrong, this LGTISP is **only** for burning...

lets say we use files from https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF is it possible?

![image](https://github.com/portapps/whatsapp-portable/assets/43817262/7fa47d1c-361a-4842-9e42-4c306475a9d6)

![image](https://github.com/zetavg/LLaMA-LoRA-Tuner/assets/43817262/4516e4c4-d21c-4a2b-89d6-b74f008a56e3) Please help, where do I place the HuggingFace auth token?

```python FUNCTION calculateFourPillars(year, month, day, hour): # Define Heavenly Stems and Earthly Branches Heavenly_Stems = ["Jia", "Yi", "Bing", "Ding", "Wu", "Ji", "Geng", "Xin", "Ren", "Gui"] Earthly_Branches = ["Zi", "Chou", "Yin",...