Pi

Results 30 issues of Pi

### Version v2.32.0 ### Flavor CLI (Command Line Interface) ### Export format JSON ### Details ``` dotnet DiscordChatExporter.Cli.dll exportguild -t $DISCORD_TOKEN -g $DISCORD_GUILD_ID -f json -o out.json ``` I was...

bug
help wanted
app/cli
good first issue

### Flavor CLI ### Export format All ### Details For a particular guild, I wish to export all channels within a particular category. It would be nice if the `--filter`...

enhancement
app/cli

Rather surprisingly, putting an ID e.g. `1412.7210` directly into the search field fails to procure the corresponding paper.

I am working on a mathematical/DSP C++ algorithm which will run on mobile devices (iOS, Android). Currently I'm prototyping in IPython and rewriting in C++. It would be WONDERFUL if...

Issue Type: Feature Request Your product is excellent. However, there is NO community support ANYWHERE. Google "vscode community support" -> nothing Inspect https://gitter.im/Microsoft/vscode and you find 100 questions and 0...

It's an annoyance that notebooks don't show whitespace. Is this fixable theme-side? Would this be the right place to do it?

I'm trying to get [this code](http://stackoverflow.com/a/3886301) working. It says it can't find glumpy. ``` sudo pip install glumpy ``` Now it says it can't find OpenGL. ``` sudo pip install...

In an IPython cell (OSX) I'm attempting to run the following: ``` python import glumpy z = ... some 2D float array ... window = glumpy.Window(512, 512) im = glumpy.Image(z.astype(np.float32),...

invalid

Tested on XCode 8.3.3 and 9 beta. I get text output in the console but no graphical output. The assistant editor is set to Live View.

I click a packet and copy-to-clipboard a string from the request payload, say `0xfoobar` Now I enter that string into the searchbar (under all the packets). But my packet doesn't...