weiyang
weiyang
Look at https://github.com/kennethreitz/requests/blob/master/requests/models.py#L100 or https://github.com/kennethreitz/requests/blob/master/requests/models.py#L131 ``` for v in vs: if v is not None: ... ``` When the type of `vs` is `dict`, `v` will be the field key,...
### Describe the bug `cobbler replicate` got error `Attribute "remote_grub_kernel" could not be set!`. ### Steps to reproduce 1. run `cobbler replicate --master=cobbler.xsky.com --prune --distros=* --profiles=*` on standby cobber node...
### Describe the bug Failed to update local system item due to `IP address duplicate found` ### Steps to reproduce 1. Do `replicate` on the local node 2. Update system...
Hi, first and foremost, I would like to express my gratitude for your outstanding work; it's truly remarkable! https://github.com/hwchase17/langchain/blob/master/langchain/vectorstores/qdrant.py#L134 It appears that there might be a minor issue with the...
### Problem description - The value of 'guifont' is unreasonable; 'monospace:h17' is not a universally pre-installed font on most devices. - Neovide will cache the font when there is a...
It seems that Koan-V3.0.1 is not compatible with Cobbler-V3.2.2, for example: 1. `autoinst` does not exist in `xmlrpc` return (see bellow profile data) 2. `ks_meta` has been renamed to `autoinstall_meta`...
Hi @youknowone, I’ve implemented two decorators to complement ring.lru and similar caching: - @ring_ahead(refresh_ratio=…): when a cached item’s age exceeds expire * refresh_ratio, launch a background refresh while returning the...