-
I've run into this a few times, and the stack trace is always different. But I think I've distilled it down to reproducible with this file:
```crystal
require "http"
class FooHttp
def initiali…
-
Supposingly after 1.13.1 update the Output REPL Pane started to treat cmd+up/down keys as REPL History keybindings, even though they are bound to other actions ("move up/down and scroll" actions) and …
-
I'm randomly running into a crash when printing the output of calling `stablehlo.einsum` just after calling it.
I believe it might be a problem with buffer synchronization because...
1. Timings ta…
-
After seeing the issue about ic being slower, I thought I'd add a quick test:
def testPerformance(self):
from timeit import timeit
print(timeit('print("a")', number=1000))
…
-
Hello,
just installed icecream and tested with this code:
from icecream import ic
def foo(i):
return i + 333
ic(foo(123))
I get this:
ic| Error: Failed to access the underlying source c…
-
In my application, which consists of a dozen files totalling about 5000 lines, I use regular expression tests in various places (about 40). The compilation proceeds normally.
When I try to run it und…
hutou updated
3 weeks ago
-
ic| Error: Failed to access the underlying source code for analysis. Was ic() invoked in a REPL (e.g. from the command line), a frozen application (e.g. packaged with PyInstaller), or did the underlyi…
-
When I run ic funtion it gives me this error
ic| Error: Failed to access the underlying source code for analysis. Was ic() invoked in a REPL (e.g. from the command line), a frozen application (e.g.…
-
This was already in the issues but nevertheless I face this currently.
```
from icecream import ic
a = 3
b = 4
ic(a+b)
```
`ic| Error: Failed to access the underlying source code for anal…
-
I love Ice-cream so easy to use and get detailed info the only issue I have is with and exe made with pyinstaller, it runs in vs code .
I get this:
ic| Error: Failed to access the underlying sou…