morrison12
morrison12
> > The main missing feature I can see is assume_file_present which is need for the common use case of installing a package and then configuring it although there could...
Thanks @Fizzadar. I've opened #900 to track the need for `assume_file_present`.
> Just to check, will the workaround work: `pipx uninstall` followed by `pipx install` ? Or is there a reason (besides extra typing) that that's worse? If one is trying...
Thanks.. The workaround worked like a charm.
Although this is only ``opkg``, should I rename it to ``openwrt`` and thus if any other OpenWrt-specifics (e.g. ProcD, UCI) happen along the could be grouped together. Either way works...
> @morrison12 would you mind giving me write permissions on this branch? I'll fixup those issues to land this Done. Apologies for delay: real life exceeding its quota right now..
> hmm currently pyserde relies on enum constructor for deserialization, but to support non-primitive enum value such as tuple requires to generate (de)serialize functions for enum. It is a quite...
> @morrison12 currently non-primitive enum value is not supported. > > ```python > def enum(self, arg: DeField[Any]) -> str: > return f"{typename(arg.type)}({self.primitive(arg)})" > ``` > > https://github.com/yukinarit/pyserde/blob/main/serde/de.py#L936-L937 > > I...
First the background: - `files.block` uses `awk` which does _not_ support in place editing and thus must write to a temporary file - `files.block` attempts to preserve the file mode...
I have a repro but it assumes the change for #1425 in place to make it work as without it things won't work at all on the restrictive system (that...