fhoekstra

Results 11 issues of fhoekstra

In policy_opt_tf, around line 70: ``` tf_map_generator = self._hyperparams['network_model'] tf_map, fc_vars, last_conv_vars = tf_map_generator(dim_input=self._dO, dim_output=self._dU, batch_size=self.batch_size, network_config=self._hyperparams['network_params']) ``` return values are expected in the form as multi_modal_network_fp gives them: (tf_model_example.py,...

I found this fixed an error that was otherwise raised by get_input_layer in my attempt at a box2d_arm_img experiment. I am not sure where in the initialization process of the...

## Proposed change In [python-glances-api release 0.5.0](https://github.com/home-assistant-ecosystem/python-glances-api/releases/tag/0.5.0), Glances' GPU sensors are exposed so that Home Assistant can display and track them. This change is about adding these GPU sensors to...

cla-signed
cla-error
new-feature
integration: glances
has-tests
Quality Scale: No score

As per the discussion and solutions provided around here: https://github.com/dracula/zsh/issues/11#issuecomment-1429361016 The instructions for manual install and git install as they are on https://draculatheme.com/zsh right now don't work for me and...

Implements #59. I just couldn't wait. I do have doubts about one "missing" test case. What if the service name is invalid (that would cause a ValueError) and it has...

Soo I just found a bug in an automation I wrote. I wrote `notify.mobile_app_fairphone` instead of `notify/mobile_app_fairphone` The reason it took me a while to find, is that I made...

Not urgent at all. If this is still around by the time I've learned a bit of Rust, I might give this a stab myself. Looks like a good first...

enhancement

### Referrer Linux Foundation CKS training course links to kubernetes-primer, which is a broken link now https://trainingportal.linuxfoundation.org/learn/course/kubernetes-security-essentials-lfs260/preparing-to-install/lab-exercises?page=5 ### Broken Link https://www.openpolicyagent.org/docs/kubernetes-primer/ ### Description _No response_

website

based on issue: https://github.com/FerretDB/FerretDB/issues/5284 # Description Update blog on using FerretDB with CNPG with new requirements needed for FerretDB 2.3.1 Closes #5284. ## Readiness checklist - [ ] I added/updated...

community

### FerretDB, PostgreSQL, and DocumentDB versions Versions ```json { host: 'ferretdb-7f8b9d7874-qq262', version: '7.0.77', process: 'ferretdb', pid: Long('1'), uptime: 46709.726786359, uptimeMillis: Long('46709726'), uptimeEstimate: Long('46709'), localTime: ISODate('2025-06-24T07:40:06.346Z'), freeMonitoring: { state: 'undecided' },...

code/bug
not ready