-
hi, i noticed that as i move code around by shifting lines up and down, the language server can cause the cpu can spike to 50-90%. i chose to turn off autocomplete for the language (tsx) but the cpu s…
-
For any of you that use or are thinking of using TypeScript to strengthen your JS coding there is s TS definition file project in the works.
Fabian-Schmidt (not me) is working on it at:
https://githu…
-
Hi, i don't know how to delete a file from folder uploads after it gets passed to index.html so i can display it on a page.
This is my code for a website that takes a picutere and returns a list of …
-
This is a request for someone with access to editing special pages to add this visualization of tags from the beginning of time to November 2016 to the top of publiclab.org/tags
https://www.dropbox…
-
Hi,
I have been trying to install torch and am getting an error. I used the instructions on http://torch.ch/docs/getting-started.html#_. I am using 64bit Ubuntu14.04
This is my stack after the fourt…
-
Hi All,
I have Plotly installed and I am getting an error from optuna that it isn't. My version of plotly is 4.8.1. Is there a solution for this? If I should install an older version of plotly, …
-
```
import numpy as np
from PIL import Image
def expand_box_until_condition(image, initial_box, allowed_values):
"""
Expand a box in an image until a condition is met.
Parameters…
-
Hi vissl team ! Thank you for the great package.
I got a dimension error when running the example from the [documentation](https://vissl.readthedocs.io/en/v0.1.6/ssl_approaches/moco.html) to trai…
-
this is my code that plots normal Rose Diagram using PDF method:
```
import pandas as pd
from apsg import *
from apsg.feature import Vector2Set as vec2set
from apsg.helpers._notation import *
…
-
I'm having trouble understanding the Integer argument of Kmeans in [Image.quantize](https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.quantize)