iBuitron

Results 20 issues of iBuitron

magnet: webtorrent magnet:?xt=urn:btih:c995fca5f136c586f96879a91dc0ca15c8bf3227&dn=House.of.the.Dragon.S01E06.2160p.HMAX.WEB-DL.x265.10bit.HDR.DDP5.1.Atmos-SMURF%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2730&tr=udp%3A%2F%2F9.rarbg.to%3A2740&tr=udp%3A%2F%2Ftracker.fatkhoala.org%3A13720&tr=udp%3A%2F%2Ftracker.tallpenguin.org%3A15770 ---- DEBUG INFO: webtorrent-cli 4.1.0, webtorrent 1.8.26, node v12.22.9, linux x64, exit 1 events.js:291 throw er; // Unhandled 'error' event ^ Error: too many open files at...

I'm trying to validate a multiindex dataframe with DataFrameModel ``` import pandera as pa from pandera import Column, DataFrameSchema, Index from pandera.typing import Index, Series Test dataframe df = pd.DataFrame(...

question

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I have a ABC class `class Values(BaseModel, ABC): ...` using in: ``` class HistogramValues(Values): x_value: str...

bug V2
pending
awaiting author response

just a simple dash app. ``` def send_email(to_email): outlook.username = '[email protected]' outlook.password = 'xxxxx' # And then you can send emails outlook.send( subject="Example email", receivers=[to_email], text="Hi, this is an email."...

bug

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description When i use TypeAdapter for validate my data (data1) with a model (Model1) and use the...

documentation
bug V2

Hi!, i dont know how to add this code on GitHub, so hope some can add this Code original: ``` def dataframe_to_rows(df, index=True, header=True): """ Convert a Pandas dataframe into...

Problem: https://discord.com/channels/1029853095527727165/1239586151178703020 when i use my AsyncClient to fech data on my API (on Debug Mode): ``` The INFO LOG at the API on_load -> call/fetch tree times on_mount ->...

Nested folders. ![image](https://github.com/reflex-dev/reflex/assets/102157308/3464349a-0ffb-4b58-a45e-59f688ea0928) when i add the page using `page.add_page(...)` it works when visit `quickBio-home` ![image](https://github.com/reflex-dev/reflex/assets/102157308/8f45547c-c57f-4156-914f-4e774ebd58f5) but when i use `@rx.page` and visit `/upload` doesn't work (404) ![image](https://github.com/reflex-dev/reflex/assets/102157308/2d5ccdf9-8e68-4766-be43-01eb4f071dc5) **Specifics (please...

documentation

Hi! I'm trying to use `michaelis_menten_fit` using this example: [df2.csv](https://github.com/biocore/scikit-bio/files/8522926/df2.csv) ``` from skbio.diversity import alpha_diversity method = "michaelis_menten_fit" data = df2 alpha_diversity(metric=method, counts= data) ``` and get this error: >...

Hi! Nice app! There is a way to get all the historical data? something like " -t all " (from -t 50)

hacktoberfest