Serge Osipov

Results 12 comments of Serge Osipov

I've tested this code in my environment but it freezes bash execution. Env details: ``` $ jupyter-lab --version 3.2.5 $ python --version Python 3.9.5 $ uname -a Linux my-ubuntu 5.13.0-41-generic...

@kdm9 I've tried separately solution from the issue #107 : `bind 'set enable-bracketed-paste off'` It worked.

@kdm9 thanks for the try, but unfortunately it doesn't hang and doesn't work It looks like `bind` isn't applied immediately: ![Screenshot from 2022-06-03 17-47-58](https://user-images.githubusercontent.com/21956722/171878278-c6e5243d-942c-4fa7-82ca-99b84a24830f.png)

@kdm9 1. There was no that line, really sorry. I missed the first necessary step: `bash_kernel` uninstall. I've tested your latest commits: a4c81c9f35926b7625b11e4c016c5e67edac522f and d6a048bbafdc994172787ec625c9e3937e19359b Both revisions worked really nice...

> Found that setting fixes the issue > > `bind 'set enable-bracketed-paste off'` Thanks, @moneroexamples!

I don't think it was caused by lerna Looks like a problem with Sonatype user token: https://support.sonatype.com/hc/en-us/articles/115015110067-Using-User-Token-s-with-NPM

It seems to me it is not possible now. I have approached the problems related to this. My storybook config contains a hack to build static files without hash in...

@kirkonru Please assign me this issue I've already localized articles about "Loosely Coupled Architecture" and related "Highly Coupled Architecture", and prepared PR https://github.com/cncf/glossary/pull/3199

@kirkonru These articles are cross-referenced, so I decided to combine changes to the single PR. Do I need to separate them in two PRs?