Trevor Ewe

Results 22 issues of Trevor Ewe

cannot schedule new futures after interpreter shutdown ``` import asyncio from concurrent.futures import ThreadPoolExecutor from requests_html import AsyncHTMLSession, HTML link = 'https://mp.weixin.qq.com/s/tzfXn-FxEo4XMTHYwzgiAw' img_url = 'https://mmbiz.qpic.cn/mmbiz_jpg/YQDs5PiaZZUtxgOgKMUHtlRHtlRx69QxCuK5jVw63QXoZAUL3scIOC2uQDcVPGuBbZ1P7JE95s6DuScCMf4Ah7A/640?wx_fmt=jpeg' asession = AsyncHTMLSession() def process_link(link):...

Outline功能。。。 我感觉应该有但是找了一下没找到。

✅enhancement
splitter window

**To Reproduce** When exporting data, `child method` not printed, debuger went into `import_export.admin.ExportActionMixin.export_admin_action`. ``` class BaseFileAdmin(ImportExportActionModelAdmin): def export_admin_action(self, request, queryset): print('child method') return super().export_admin_action(request, queryset) class DeviceResource(resources.ModelResource): class Meta: model...

bug

when import twice get a long `Traceback (most recent call last):` ```py class Employee(models.Model): id_number = models.CharField(max_length=180, null=True, blank=True, unique=True) ``` I want to show the error like admin default...

question

# Summary [Demo here](https://gchq.github.io/CyberChef/#recipe=Comment('Expected:%20PPPP')Fork('%5C%5Cn','%5C%5Cn',false)Conditional_Jump('abcd',false,'value',10)Subsection('1234',true,true,false)Register('(%5B%5C%5Cs%5C%5CS%5D*)',true,false,false)Return()Label('value')Find_/_Replace(%7B'option':'Regex','string':'a'%7D,'$R0',true,false,true,false)XOR(%7B'option':'UTF8','string':'$R0'%7D,'Standard',false/disabled)&input=YWJjZAoxMjM0) I extracted `1234` to register, used $R0 to do xor failed, maybe some flow control error. ### Example Input input: ``` abcd 1234 ``` ### Example...

operation

比如2020-强网杯.md 报下面的错误。 改成英文名直接通过。 Mac和windows报错情况不同。 Macos下的报错情况 ``` wait Rendering static HTML... RangeError: Maximum call stack size exceeded at getConstructorName (internal/util/inspect.js:554:9) at formatRaw (internal/util/inspect.js:822:23) at formatValue (internal/util/inspect.js:812:10) at inspect (internal/util/inspect.js:337:10) at formatWithOptionsInternal...

If there isn't a 'form' param in request ,I want return an error, but raised an error. ```python def list(self, request: Request, *args: Any, **kwargs: Any) -> Response: if self.request.query_params.get('form')...

现在变形太严重了。网页里设置 size为auto能解决。但是组件中的样式是写在style里的。下面的方法覆盖不了。 ``` uni-image /deep/ div { background-size: auto; } ```

试了一下不行啊。。。 uni-td也不行。我在td里新建view使用的。这用起来不太简洁。。。建议支持一下。

找了一下没找到这功能