Phil Salant

Results 20 comments of Phil Salant

Can confirm this issue is still present in the latest stable version of Firefox for iOS (Firefox Daylight 103.1 (15076)).

@MiguelElGallo See https://github.com/mkleehammer/pyodbc/issues/846#issuecomment-813255685 for a workaround. The default Homebrew installation path has changed for M1 Macs: `/usr/local/` --> `/opt/homebrew/`.

@earmenda The goal here is to reduce the leakage of implementation details when our CLI commands fail. There's no need to print a stack trace to `stdout` if we instead...

There are several places in the codebase where the below concept is seen, but the inspiration for this issue came from the `check_server` function, introduced in #433: https://github.com/ethyca/fides/blob/ef0f636cf588b3edf2a6ba3ac5913fce198f83a5/src/fidesctl/cli/utils.py#L31-L53 It has...

It's worth noting that currently all CLI output will be exposed to the user via `stdout`. We can continue this pattern, and simply implement a dedicated formatting library with a...

Apologies - I left out one very important detail. The issue only arises in projects importing `pxapi` that also have their own `src/` directory housing their code (likely most projects,...

For now I think a single table, `plus_system_scans`, would suffice. It should support at least the following columns: - `id` - psql default primary key, identifies unique scans - `created_at`...

It sounds like this is going to do multiple things? Maybe two commands under a `fides demo` group? `fides demo seed` and `fides demo start`?

This issue is not completely resolved. It's true that when launching Firefox from the home screen, if the last viewed tab was not a private tab, then Firefox is launched...