Dustin Moriarty

Results 20 comments of Dustin Moriarty

We use it for hardware in the loop testing.

When we do things like this at work we tend to put the longer signal in the DBC and then do the bit masking and shifting as a separate step...

@RobertMouncer : That is interesting. Since DBC is more reference design than a standard, it is always enlightening to see how different groups interpret it.

@j5awry : I am interested in helping to maintain this project. We use flask-restx at work. However, I have been concerned about whether this project has enough support. I am...

I would be happy to help with migrating to poetry if there is interest. Migrating to poetry is pretty easy because it is so structured. Poetry seems to be the...

> There is this kind of pre-processing going: > > ```python > > this_directory = os.path.abspath(os.path.dirname(__file__)) > > with open(os.path.join(this_directory, "README.md")) as f: > > long_description = f.read() > >...

I am having the same problem. For a revoke, ultimately the logic should be that if the role no longer exists then the revoke is already complete so no error...

I have reported this in a snowflake support case and it has become Jira task SNOW-750421.

Also, note that the fix should include all grant resources since they all probably follow a similar pattern.

Here is an example in which a role name is changed. ```terraform terraform { required_version = ">=1.3.4,=0.56.5,