Édouard Lopez
Édouard Lopez
@zerosoul13 @nathanielksmith Sorry, I expressed myself poorly, and it has generated confusion. The [`views.py` file is not created yet when introducting _django urls_](https://tutorial.djangogirls.org/en/django_urls/#blogurls) and nothing to be found in this...
related issue [Reworking the order and pace of the tutorial](#481) #481.
I check to see if one of the `oid` was problematic and it `'.1.3.6.1.2.1.43.10.2.1.4.1.1'` is the culprit ### Fails ``` oids = [ '.1.3.6.1.2.1.43.10.2.1.4.1.1' # SNMPv2-SMI::mib-2.43.10.2.1.4.1.1 page count '.1.3.6.1.2.1.25.3.2.1.3.1', #...
Bash is working fine, it's the python code that's not working as expected.
Would love to see this merged ping @xamut
Hello @neon64, thanks for the feedback. Was you `fish_greeting.fish` located in `$HOME/.config/fish/functions/fish_greeting.fish`? That's where installer place our `fish_greeting.fish` file, its the recommended way to leverage [autoload mechanism](https://fishshell.com/docs/current/tutorial.html#tut_autoload). ### Solution You...
Thanks for the feedback, do you think I can automate the addition of the call?
### Current Behaviour Currently, on new session, pure checks for new release and show command to install, as we override the [`fish_greeting.fish`](https://github.com/pure-fish/pure/blob/2d07e74567e9190c82ae66c37c34ca86850cd9ac/functions/fish_greeting.fish) file. ### Proposed Behaviour > :warning: Introduce a...
> You could also follow the pattern of extending the file if it exists, How would you do that programmatically? > provide instructions to stdout on install That's a good...
In the meantine, use can leverage [CSS Navigation extension](https://github.com/pucelle/vscode-css-navigation/) className resolution. It planned to [support `import` resolution](https://github.com/pucelle/vscode-css-navigation/issues/21#issuecomment-783291250) in a future release.