Jamil

Results 709 comments of Jamil

> We use address as a placeholder and default value of name (instead of setting it's value as user types); Agreed, that works > When resource is edited we should...

This isn't super high priority, a generic device name will suffice since we already know which Actor it belongs to.

We actually don't need anything more from the client for this -- we can use the anonymized device name as-is and then append a further identifier to it in the...

After chatting with a customer, it's clear that the first priority for a REST API is the ability to manage actors, identities and groups so that these can be automated...

Hi @lonnietc, we haven't seen much demand for a Windows gateway, though we could probably support it without too much hassle using something like [multipass](https://multipass.run/install).

Closing due to inactivity.

Closed via #475

Hitting this now. The NPM version of this package [allows an option](https://www.npmjs.com/package/phantomjs#downloading-from-a-custom-url) to use a CDN to install phantomjs, maybe that would be useful here? Additionally, it would be nice...

Yeah, we ended up just submitting a PrivacyManifest because even `std` pulls in "offending" API calls. Here is what Apple approved if it's helpful for anyone else: https://github.com/firezone/firezone/blob/main/swift/apple/PrivacyInfo.xcprivacy

Same issue here. I fixed it by specifying my requirejs-text plugin in the deps array before my tests in test-main.js. e.g.: ``` /* * This file prepares RequireJS for loading...