Sean Champ

Results 11 comments of Sean Champ

I'm now testing the patch as adapted for poudriere-devel-3.3.99.20211130. It has not introduced any build errors for non-linux-c7 ports. Once the build has reached the linux-c7 ports in the schedule,...

[comment elided]. The second changeset in the pull-source branch was not sufficient.

I've updated the branch for the pull, now using the linuxbase path in the test before the linprocfs mounts under do_jail_mounts (common.sh)

I've submitted a similar patch to the FreeBSD issue tracker, for adding this feature as a patch under the poudriere and poudriere-devel releases under ports: - [ports-mgmt/poudriere-devel: Use a dynamic...

@bdrewery Ostensibly if anyone was to develop a series of ports of some Linux distribution other than Centos C7, if those ports may be developed in parallel to the Centos...

If it may be helpful to share some thoughts about how an eval cmd could be applied, hopefully this could be a useful notes page at some near time: -...

To the question of where to look in trying to extend the language server protocol support: In a gem installation for solargraph, I see a file `solargraph-0.44.3/lib/solargraph/language_server/message.rb` defining a module...

When I was tinkgering with some of the Gems defined under the [ruby-gnome](https://github.com/ruby-gnome/ruby-gnome) codebase, once, along with reviewing the GNOME devehlp documentation that may accompany the GTK APIs, I'd noticed...

I'd encountered a similar concern with some type hints under various metaclass hacks, mainly in regards to a type expression using a TypeVar in the subscript onto `type`, e.g `type[T_specific]`...