Yevgnen
Yevgnen
在.properties里貌似没有找到这个参数。
Hi, I'm trying to avoid writing ```rust config = { max_batch_size: 32, }; ``` and use ```rust config = { max_batch_size: max_batch_size, }; ``` instead so that I can adjust...
Hi, thanks for the great package. Can I have something like this instead of without defining things like `Other1` and `Other2` ?
When one press TAB in (! means cursor) a shell buffer with the following input ``` User@macOS: ~ (python-3.8.13) $ yes > /! ``` the buffer content becomes ``` User@macOS:...
With the following definition, ``` class TaskType(str, enum.Enum): TASK_TYPE1 = 'task_type1' TASK_TYPE2 = 'task_type2' ``` the enum class instance is converted into a list. I would expect a string instead...
Output buffers like `*jupyter-error*` or `*jupyter-output*` will popup based on the visibility of the REPL at the moment of `jupyter-repl-*` commands are executed, but not the current visibility of REPL....
When the selection is turned into an active region, `point > mark` is assumed in current version. For example when a defun is selected, `point` is `end-of-defun`. But the built-in...
Simply `gateway.jvm.SomeClass.someValue = 1` seems not working. While there are `get_field` and `set_field` for non static members, are there equivalents for static members? Thanks in advance. I've tried to post...
## Expected behavior Projectile will ignore the file when `projectile-enable-caching` is set to `t`. ## Actual behavior Projectile dose not ignore the file when `projectile-enable-caching` is set to `t` after...