rdcm
rdcm
Hi! I'm very new for build native C/C++ sources but i have little part for my C# lib written in C and need automate build process. I want use osxcross...
Where i can find all possible event types list? In all samples, event types specified with "dot notation", like this: ``` workitem.created workitem.updated ... ``` This endpoint not return any...
This section of code copy all `.map` files from home directory `~/` to `/tmp` folder. ``` local mapFiles=`find -name *.map` for mapFile in $mapFiles do echo "Copying $mapFile to /tmp."...
Hi! Could the SQLite-net be used in Unity projects? In the official description Unity not mentioned. ``` SQLite-net is an open source, minimal library to allow .NET, .NET Core, and...
Hi, I am currently actively developing an application using tonic and have now encountered a task to validate input data. Is there any built-in validation mechanism in tonic? Something like...