CCRDude
CCRDude
I want to add OpenHaystack to my piCorePlayer devices (Raspberry Pi audio clients for Logitech Media Server), to be able to find them when I use them running on battery....
**Is your feature request related to a problem? Please describe.** I've tried for hours to build the DLL in 32 and 64 bit. Using Visual Studio, MinGW, and vcpkg. I...
I've switched from Delphi to Lazarus many years ago, and for one specific project, I wanted ribbons. Looks like Lazarus has two popular custom components emulating it, but I didn't...
Adding a version number, and possibly tested compatible pouchdb versions, to the header of `L.TileLayer.PouchDBCached.js` would make implementation much easier.
# Situation Testing demo. # Expected Console output about missed or cached tiles. # Experienced ## Firefox 130.0 (64-bit) (macOS) ``` Uncaught SyntaxError: import declarations may only appear at top...
**Situation**: opened Lazarus demo **Expected**: Demo compiles **Experienced**: event handler assignment causes issue (in ObjFPC, it would have to be := @methodname, not just := methodname). **Solution**: add {$MODE Delphi}...
**Situation**: trying to compile demo. **Expected**: demo compiling. **Experienced**: missing units. **Solution**: add `..\..\lib` to unit paths in project settings.
**Situation**: compiling and running demo. **Experienced**: executable will be written to demo folder, which is missing the DLLs. **Expected**: have target filename as ..\..\bin\GS_API_ExampleLazarus , so that it will be...
Having to set the path to the units on each project is tedious. Have a Lazarus package that wraps up units instead, so I just have to add that as...
**Situation**: compiled demo, started it in same folder as provided DLLs. **Expected**: the program to run. **Experienced**: executation immediately stops with ``` [Window Title] Execution stopped [Content] Execution stopped with...