Pascal Bro

Results 28 issues of Pascal Bro

[this project](https://github.com/stop-predatory-journals/stop-predatory-journals.github.io) mirrors a list that was [taken down](https://debunkingdenialism.com/2017/01/16/what-happened-to-jeffrey-bealls-list-of-allegedly-predatory-publishers/) recently. The idea is to help researchers beware of fake journals. This could be very useful for academic institutions that make...

discussion

How about a grid like overview of the current working week / month that summarizes the total hours worked per week / per month as well as a quick overview...

With the following config ```terraform provider "kafka" { bootstrap_servers = split(",", var.bootstrap_brokers) version = "0.2.5" ca_cert = aws_acmpca_certificate_authority.kafka-authentication-authority.certificate client_cert = local_file.cert.filename client_key = local_file.key.filename // client_cert = module.kafka_root_certificate.secretmanager_certificate_secret // client_key...

bug
enhancement

**Please describe the bug** We are downloading the model weights automatically using alpa's get_model function. The path points to a network file system, which we have noticed causes issues once...

### Self Checks - [X] This is only for bug report, if you would like to ask a quesion, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...

🐞 bug

Hi. This project looks fresh but just what I need. I was going to do the same but created a SO question first and this was linked. Is there anything...

Hi, We went down a rabbit hole trying to find this one. https://github.com/apache/arrow/issues/31339 Turns out Pandas can't read partitioned parquet files from a directory because of PyArrow using GCSFS. However...

Hi y'all we recently switched from ``` layer: foo ``` to ``` metadata: kedro-viz: layer: 04_features ``` that's super verbose. Can we please get ``` metadata.kedro-viz.layer: 01_raw ``` ? Else...

We're considering adding a feature to allow more flexible configuration of data sources across environments. The primary use case is to enable testing part of the pipeline using production data...

Issue: Feature Request

## Description We currently have no control over the naming of the kedro version according to this doc https://docs.kedro.org/en/stable/data/data_catalog.html However it would be nice to control the name of the...

Issue: Feature Request