Results 33 issues of brupelo

Hi, I'd love to start using this library, is there any easy way to print the typical '...' progress bar? Ie, something like this: import time import threading import sys...

p4-enhancement-future 🧨

Would it be possible to modify the current ebnf grammar so instead the current syntax where you're forced to have the first rule and colon after the rule name on...

I was trying to use the official [Monokai.sublime-color-scheme](https://raw.githubusercontent.com/twolfson/sublime-files/master/Packages/Color%20Scheme%20-%20Default/Monokai.sublime-color-scheme) with syntect but it seems this file-format is not supported or maybe it's just me doing something fishy. I've tried to load...

enhancement

Let's start by considering this snippet: import time from pathlib import Path import tinyobjloader def load_obj(filename): path = Path(filename).resolve() start = time.time() reader = tinyobjloader.ObjReader() if not reader.ParseFromFile(str(path)): raise Exception(f"Problem...

enhancement
question

Hi, For the last years I've been using sublime_text with https://conemu.github.io/ in a way where i'm able to specify wich type of task I want spawn conemu with. For instance,...

**Requirements** ``` Version: 1.3.1 OS: win7 python: Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 22:45:29) [MSC v.1916 32 bit (Intel)] on win32 ``` **Problem** Running `autoflake --remove-all-unused-imports --remove-unused-variables --ignore-init-module-imports --in-place foo.py`...

enhancement

**Introduction** Hi, I've been using autoflake for quite a while and I must to admit is a really awesome tool... so first of all, thanks for creating it :) Here's...

bug

@alexjc Really cool project indeed!!! I guess it's abandoned though? I'd like to ask you, have you ever considered the problem of shaders that need to read back from tiles...

Hello, newbie user here and trying to get started but I'm having some issues. Here's the steps I've followed: - Installed/updated latest miktex & sumatra versions and made sure they...

bug

@mverleg Hi Mark, nice to meet you, first of all, thanks for creating this little library, it's quite handy one... today I've found a little bug. Could you please take...