Lucian I. Last
Lucian I. Last
A shame that this issue is not filled in properly but @mnrendra is correct, the website is not working properly.
the icons file works fine for individual imports: `import icon from "css.gg/icons/icons";` For css import this works: `import "css.gg/icons/icons.css";` `css.gg/index.js` indeed does not have a declaration file, so this issue...
As long as I set the font weight to `normal !important;` it renders fine.
https://github.com/lil5/tigerbeetle_grpc here’s one I built using GoLang and gRCP it won’t be much to move to rest
I moved to using rest, gRPC somehow manages a worse DX than rest. https://github.com/lil5/tigerbeetle_api/ A point released should be available by today Checkout the bruno dir for examples
```diff services: api: ... build: ... + platforms: + - "linux/amd64" ``` This should help
MPL 2.0 is a nice middle point of open source and copy left (if your into that)
Yes either copy the license file into this github repo named `LICENSE` or add a different one. Referencing to a different project license is not a good idea. Check out...
Are you sure you want to make an iOS app GPL? Last time I checked even Nextcloud iOS has a special clause to allow itself on the Apple Store. #172...