-
Hi,
I need to get SHA by file path,
When Im trying to get file contents (see: https://developer.github.com/v3/repos/contents/#get-contents ) by:
ghrepo.contents(filePath,
function(err, data, …
-
### What is happening
Elasticsearch indexes configuration is in json files with filepath `project-base/src/Shopsys/ShopBundle/Resources/definition/product/{domainId}.json`.
It is not intuitive. I do…
-
Error : Segmentation fault (Core dumped)
code :
import pyttsx3
engine = pyttsx3.init()
filePath = "/path/to/file"
file = open(filePath, 'r')
text = file.read()
file.close()
engine.say(str…
-
### Describe the bug
When using Tab or similar to autocomplete file names, it only quotes paths with special chars/spaces if the command is expecting a path-like object. If the command arg is a Str…
-
A `Podcast` instance should be returned, allowing for fine controls.
Possible attributes and methods:
`save()` # merge the segments and save filepaths to disk
`.segments` # tuples of ids, au…
-
In quic-go, what is source=${HOME}/go/src/github.com/lucas-clemente/quic-go/internal/testdata supposed to be?
-
Hello everyone.
I realized I had an issue with my app when the filePath is too long.
(I may have a very old version of the bundle so..).
It's not a problem but, I would like to know if any of …
-
Oops, I accidentally used `path` in lots _and lots **and lots**_ of places where I should've used `filepath` instead... this will cause issues on Windows.
-
I'm using _diffy-2.1.2_ with _Ruby 1.9.3p327 (2012-11-10) [i386-mingw32]_ on Windows XP SP3.
For
`Diffy::Diff.new(item, item2, :source => 'files')`
where item and item2 are strings containing a pat…
-
Hello, I'm trying to upgrade my project from using version 1.16.2 of luau-lsp to the latest version (1.33.1), but during this process I encountered an issue. The language server in itself does seem to…