SamJakob

Results 28 comments of SamJakob

Hmm, and/or Unix-like (i.e., macOS/Linux). Another option could be to read it manually and check - e.g., using something like the [platform_proxy](https://pub.dev/packages/platform_proxy) package (or implementing it in platform channels yourself...

See also [hoppscotch/hoppscotch:#3062](https://github.com/hoppscotch/hoppscotch/issues/3062). Especially with the push for Hoppscotch as an enterprise product and for self-hosting purposes I think it would be useful to add this functionality to the proxy...

The user agent `Dart/3.0 (dart:io)` (in your case) is set in `dart:io` which this package uses under-the-hood when running on platforms that have `dart:io` (so macOS/Windows/Linux/Android/iOS as opposed to a...

Also, when reflection is not set to true in `tsconfig.json`, the following error is returned (in this case when testing with `valuesOf`): ``` deepkit-framework/packages/type/src/reflection/reflection.ts:136 throw new Error('No type given'); ^...

Looks like this will require a code tweak to expose this as a config option. I'll look into this.

Hi there! That shouldn't be a problem, I'll take a look!

SpiGUI should automatic generate pages as necessary...

Interesting... might be a case of a `

I've created #18 to allow switching between different versions (by specifying a branch with the `fetch_icons` command) but it only works for branches based on v2 for now because the...