Julien Phalip

Results 15 issues of Julien Phalip

Hi, I'm having issues with the following sample code: ```python aaa = RotaryIRQ( pin_num_clk=26, pin_num_dt=27, min_val=0, max_val=10, reverse=True, range_mode=RotaryIRQ.RANGE_WRAP) aaa.add_listener(lambda: print('aaa')) bbb = RotaryIRQ( pin_num_clk=26, pin_num_dt=27, min_val=0, reverse=True, range_mode=RotaryIRQ.RANGE_UNBOUNDED) bbb.add_listener(lambda:...

The telnet command was somehow removed in version 3.7. Was that intentional, and if not, can that be fixed? Works in 3.6: ``` ➜ docker run -it alpine:3.6 / #...

- HiveRunner Version: 6.1.0 - Hive Versions: 3.1.2 Hi, I'm getting multiple exceptions like the following two stacktraces while running my tests: ``` 2022-05-18 15:04:09 ERROR Error polling for notification...

You you call the `ReadSessionCreator.create()` method and the table doesn't exist, you get a `NullPointerException`. This is because the `ReadSessionCreator` class in the `bigquery-connector-common` library does not set the `setThrowNotFound`...

It'd be great to have a way to apply custom logic to make arbitrary changes to a data bucket. For example, this would allow to do things like increment a...

feature

I understand the need to set up some type of key validation since the debugging session is initiated from outside of Fusion 360. However, it can be just a tiny...

Now that version 2.0 is out, let's add it to the list of supported Python interpreters.

Currently the latest version of firefox gets installed via 'apt-get install firefox'. This can be a problem as there might suddenly be incompatibilities with selenium. So we should pin the...

It'd be great to add a `BigQueryClient.createTable(TableInfo)` method so we can prepare the `TableInfo` object separately. This would be useful for the Hive-BigQuery Connector.

enhancement