Carlos Aguni • 顾宁

Results 57 comments of Carlos Aguni • 顾宁

Running the code proposed by @randlet solved it for me thank you so much. However running this on AWS lambda sometimes gives me this error multiple times: `OSError: [Errno 24]...

we could maybe scroll horizontally when "Shift" is pressed no key scroll: scroll vertically shift + scroll: scroll horizontally ctrl + scroll: zoom

well.. better than nothing ```python rootfolder = "/opt/conda/lib/python3.7/site-packages/resources" html = [""" ul { list-style: none; } """] html.append("") def looprun(folder): print("folder", folder) for filename in os.listdir(folder): filepath = folder+"/"+filename if...

hi @clayms , hmmm interesting you've made one using Diagrams itself pretty neat! what i did ``` html.append(f"") html.append(f"") html.append(f"{filename}") html.append("") ``` just to make them searchable ![image](https://user-images.githubusercontent.com/4432491/146102779-e0b40c5c-7e1c-4547-a085-02e29b2256be.png) you could...

Hi wonder if I can do this to datetimepickers? Is it possible?

the solution above would be simpler and easier but [this](https://codesandbox.io/s/y0z80ooxk9?from-embed=&file=/App.vue) gave me a clear view on how to solve the issues listed. edit: this lodash is so powerful thank you...

Hi all. If I were to add my own vim bindings how would I do that?

Thank you!! @llinfeng

Actually I'd like to have that. Before I could switch between cells just by pressing j/k when I was at the first of last line of a cell. But now...