Vicente Oyanedel Muñoz

Results 15 comments of Vicente Oyanedel Muñoz

> ... > 3. Edit phy.c. Find function` mt7601u_init_cal` and comment out call `mt7601u_mcu_calibrate(dev, MCU_CAL_RXIQ, 0)`; like so: > >``` // ret = mt7601u_mcu_calibrate(dev, MCU_CAL_RXIQ, 0);``` >``` // if (ret)```...

In Ubuntu 18 with linux headers `4.15.0-66-generic` the fix isn't longer viable because make errors. When making the fixed / patched driver module make throws the following werror: ``` (base)...

+1. I'm switching to other rest client because i need this feature

Any ideas of the hyper-parameter values used in the original paper? I've looking for the number of blocks and layers, also the residual, skip and dilation channels.

I'm not sure because it's a shared-use computer and i'm not the sysadmin. Anyway, I'm currently asking him about this.

I get this error while saving a model concurrently with many threads. added a retry system and kinda works

I think input type use cases as the ones exposed in the issue should be clearly exemplified in [Apollo Federation Docs](https://www.apollographql.com/docs/federation). In my experience, a core characteristic of GraphQL schemas...

https://github.com/Koldar/graphene-federation looks more updated and worked towards graphene 3 support. I haven't tested it though. I'd expect support for federation out of the box by Graphene.

Bump this. I think is a crucial feature, because text is not always known completely. For achiving this, maybe regex could be a very nice input to represent lookup in...

Python Semantic Release pre-releases aren't compatible with Poetry because `project.toml`[requires PEP440.](https://python-poetry.org/docs/master/libraries/#versioning) I really hope there would be a way to configure the version format.