randomneo

Results 11 comments of randomneo

``` % coverage debug sys -- sys ------------------------------------------------------- coverage_version: 6.4.1 coverage_module: /home/randomneo/.virtualenvs/default/lib/python3.10/site-packages/coverage/__init__.py tracer: -none- CTracer: available plugins.file_tracers: -none- plugins.configurers: -none- plugins.context_switchers: -none- configs_attempted: .coveragerc setup.cfg tox.ini pyproject.toml configs_read: -none- config_file:...

This is not actually a bug. @ParseDark I can suggest to you workaround is change base_url. But this won't help in case of different `base_url`s. This would be a nice...

``` import sys import discord from discord import Intents from discord.ext import commands bot = commands.Bot(command_prefix='/', intents=Intents.all()) @bot.tree.command() async def create_event(interaction: discord.Interaction): ''' Creates embed message for event on server...

@Puncher1 on which version/commit are you running? Issue reproducible after [this commit](https://github.com/Rapptz/discord.py/tree/d826f4f3a8d4d97d24499f5de5c51e11e640e98f)

Some traceback with debug_deadlock = True File "", line 1, in File "/usr/local/lib/python3.9/site-packages/redis/client.py", line 1171, in set return self.execute_command('SET', *pieces) File "/usr/local/lib/python3.9/site-packages/redis/client.py", line 667, in execute_command connection.send_command(*args) File "/usr/local/lib/python3.9/site-packages/redis/connection.py", line...

> @Randomneo Did you find a solution to this problem? Hi. No I did not. Now I'm using wayland lightdm+elephant-greeter. Moved last week. Works like a charm

If someone faced the same problem downgrade to python 3.6 for me it worked.

During investigation I found out that problem appears because of `SymbolIndex._name` is set to None. `get_or_create_index` for some reason sets it to 'default' if None provided. But `__init__` function wont....

@keryhu try use ``` (add-hook 'html-mode-hook 'emmet-mode) ``` and if you want use emmet in php files ``` (add-hook 'php-mode-hook 'emmet-mode) ```