Ilya Sytchev
Ilya Sytchev
It would be great to replace the UserProfile model with a custom user model as Two Scoops (20.3) and [Django docs](https://docs.djangoproject.com/en/1.8/topics/auth/customizing/#specifying-a-custom-user-model) suggest. It would allow customizing the User model in...
The [README](https://github.com/galaxyproject/galaxy-cloudman-playbook/blob/master/README.md) file says on lines 205-208: If you wish to use this playbook only to install some Galaxy tools, comment out all roles except `galaxyprojectdotorg.tools` in `galaxyFS.yml` file. You...
Ubuntu 20.04 LTS Install librarian-puppet using Ruby that comes with Puppet 7 (`ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x86_64-linux]`): ``` /opt/puppetlabs/puppet/bin/gem install librarian-puppet -v 3.0.1 --no-document ``` Run `/opt/puppetlabs/puppet/bin/librarian-puppet` The following...
`hx-on` has been deprecated in HTMX version 2 https://htmx.org/migration-guide-htmx-1/ For example: `hx-on="htmx:beforeRequest: alert('Making a request!')"` became `hx-on:htmx:before-request="alert('Making a request!')"` https://htmx.org/attributes/hx-on/ The new syntax results in the following PyCharm error message:...