file
Here are 2,880 public repositories matching this topic...
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Jan 15, 2022 - Python
-
Updated
Jan 19, 2022 - Java
-
Updated
Jan 29, 2022 - JavaScript
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Mar 6, 2019 - Java
Problem description
Hi, smart_open currently supports hdfs://, viewfs:// is also a hadoop file system which is similar to hdfs://.
I find that tf.io.gfile.GFile of tensorflow can support both hdfs:// and viewfs://, is it possible that smart_open add support for viewfs://?
Thanks~
-
Updated
Jan 29, 2022 - TypeScript
-
Updated
Jan 12, 2022 - PHP
-
Updated
Jan 4, 2022 - JavaScript
-
Updated
Jan 16, 2022 - C
-
Updated
Jan 16, 2022 - JavaScript
-
Updated
Jan 19, 2022 - JavaScript
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Jan 7, 2022 - JavaScript
-
Updated
Dec 16, 2020 - Java
Describe the bug
When using the editor, the buttons to save and cancel differ in order and appearance from the other buttons of the application.
To Reproduce
- Open Filegator
- Open the editor
- See error
Expected behavior
The buttons should look the same and be in the same order as in the rest of the application.
Screenshots
Standard:


Describe the bug
在当前代码中,HEAD 请求的目标只能是文件,当 HEAD 一个目录时,会返回 404
https://github.com/cloudreve/Cloudreve/blob/4d7b8685b9d0c62d3c115cbe3450f69737f5a506/pkg/webdav/webdav.go#L236-L239
To Reproduce
Steps to reproduce the behavior:
HEAD http://example.com/dav/
Expected behavior
return 0, nil
Additional context
相关方法的 RFC 标准:
http://www.webdav.org/specs/rfc4918.html#rfc.sectio