id stringlengths 4 10 | text stringlengths 4 2.14M | source stringclasses 2
values | created timestamp[s]date 2001-05-16 21:05:09 2025-01-01 03:38:30 | added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | metadata dict |
|---|---|---|---|---|---|
84538857 | dartanalyzer is too slow.
$ time dartanalyzer <redacted>.dart
Analyzing <redacted>.dart...
<redacted>
1 error and 1 warning found.
real 0m4.150s
user 0m10.053s
sys 0m0.248s
This is on a current-model ThinkPad, analyzing a 71 line source file.
IMO, an acceptable run time for this class of tool is <500ms.
I use darta... | gharchive/issue | 2013-05-30T17:22:41 | 2025-04-01T06:38:20.093704 | {
"authors": [
"jbdeboer",
"uralbash"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/10981",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
84549317 | Please review new void used as type message
I have looked at these error messages:
foo.dart:1:1: expected identifier, but got 'void'
void x;
^^^^
foo.dart:1:5: Error: Type "void" is only allowed in a return type.
foo(void x) {}
^^^^
It is changed to:
foo.dart:1:1: Error: Type 'void' can't be used here because it ... | gharchive/issue | 2013-09-01T12:40:45 | 2025-04-01T06:38:20.096835 | {
"authors": [
"bkonyi",
"peter-ahe-google"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/12969",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
84559803 | Extend OAuth2 package to support OpenID connect
This issue was originally filed by warren.strange...@gmail.com
After thinking this through, I realize this is a fairly major feature request.
The current OAuth2 package (http://pub.dartlang.org/packages/oauth2)
does not support OpenID connect. For example, Openid conne... | gharchive/issue | 2013-11-21T20:38:38 | 2025-04-01T06:38:20.099177 | {
"authors": [
"DartBot"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/15248",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
84564741 | dart:io WebSocket needs OnBadCertificate() callback for wss:// socket connections
This issue was originally filed by j.m.sloc...@gmail.com
Using Dart VM version: 1.1.1 (Wed Jan 15 04:11:49 2014) on "linux_x64"
The following dart program starts a secure HTTP server and waits for a websocket connection
import 'dart:io... | gharchive/issue | 2014-01-26T00:45:47 | 2025-04-01T06:38:20.115453 | {
"authors": [
"DartBot",
"EPNW",
"linuxjet",
"neaplus"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/16300",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
84590415 | Comparison of String and dynamic (function) fails with uncaught error in core_ajax_dart.dart
This issue was originally filed by frable9...@gmail.com
What steps will reproduce the problem?
Fire a CoreAjax request with go()
What is the expected output? What do you see instead?
I get an uncaught error from the core_a... | gharchive/issue | 2014-09-17T00:20:46 | 2025-04-01T06:38:20.124298 | {
"authors": [
"DartBot"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/20978",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
100823041 | Analyzer: When multiple imports provide the same symbol, one import should be marked as "unused"
e.g. In Angular, the package:angular/angular.dart file exports package:di/di.dart.
In the following file, the Module symbol is coming from di.dart, but also exported through angular.
import package:angular/angular.dart
im... | gharchive/issue | 2015-08-13T17:20:39 | 2025-04-01T06:38:20.127601 | {
"authors": [
"jbdeboer",
"srawlins"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/24073",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
101770654 | dartanalyzer crashes when .packages target is empty
.packages:
foo:
stderr:
Bad state: No element
#0 List.last (dart:core-patch/growable_array.dart:212)
#1 startsWith (package:analyzer/src/generated/utilities_dart.dart:47:20)
#2 SourceFactory._getPackageMapping.<anonymous closure> (package:analyzer/sr... | gharchive/issue | 2015-08-18T23:14:06 | 2025-04-01T06:38:20.137367 | {
"authors": [
"bwilkerson",
"hterkelsen",
"pq",
"sethladd"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/24126",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
131328320 | FSE in Analyzer
This may or may not be a bug. The occurance count looks a little high. The elided path name is available on request, it was in Angular.
2016-02-04T11:51:32.918: Common stack: Count: 392
Session: 1454002852255.0693
Caused by FileSystemException:: Cannot open file, path = '...' (OS Error:: No such file... | gharchive/issue | 2016-02-04T12:14:49 | 2025-04-01T06:38:20.142981 | {
"authors": [
"bwilkerson",
"danrubel",
"lukechurch"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/25676",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
353857000 | BitTestImmediate crashes on Windows 32-bit in Dart 1 mode
This tests started failing after landing 2beb05b8. There is a corresponding line in vm.status. Marking as P2 because it only occurs in Dart 1 mode.
https://dart-review.googlesource.com/c/sdk/+/78861 should fix this.
| gharchive/issue | 2018-08-24T16:54:03 | 2025-04-01T06:38:20.145050 | {
"authors": [
"a-siva",
"sjindel-google"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/34252",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
490406191 | error: expected: !is_optimized() || (pc_offset == EntryPoint() - PayloadStart())
Isolate (/b/s/w/itHvzd2Z/dart_fuzzHFHIBB) NO-FFI NO-FP : AOT-ReleaseX64 - KBC-INT-SRC-DebugIA32: !DIVERGENCE! 1.37:1253594753 (0 vs -6)
fail2:
-6
../../runtime/vm/object.cc: 15284: error: expected: !is_optimized() || (pc_offset == Ent... | gharchive/issue | 2019-09-06T16:04:04 | 2025-04-01T06:38:20.148101 | {
"authors": [
"aartbik",
"feli-citas"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/38244",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
529763093 | Dart Analyzer Error
Analyzer Feedback from IntelliJ
Version information
IDEA AI-191.8026.42.35.5977832
2.5.0-edge.1ef83b86ae637ffe7359173804cbc6d3fa25e6db
AI-191.8026.42.35.5977832, JRE 1.8.0_202-release-1483-b03x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1536x864, 2560x1440
Exception
Dart analysis se... | gharchive/issue | 2019-11-28T08:29:42 | 2025-04-01T06:38:20.152656 | {
"authors": [
"double-headed-eagle",
"srawlins"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/39559",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1178276743 | documentation for strong-mode rules
Describe the issue
there seems to be no documentatioin for the analyzer.strong-mode options. though the implicit-casts option is mentioned briefly here, i can't seem to find any documentation for the other options.
i think there are 2 more (implicit-dynamic and declaration-casts)
... | gharchive/issue | 2022-03-23T15:07:51 | 2025-04-01T06:38:20.158394 | {
"authors": [
"DetachHead",
"parlough",
"scheglov",
"srawlins"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/48650",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2242287343 | gzip decodes only first line of the file
GZipCodec can't decode attached file. It decodes only the first line of the file. I could decode it with gzip shell comand. I have also tried other libraries from pub.dev but with no luck.
void main(List<String> arguments) async {
final file = File('test.csv.gz');
final b... | gharchive/issue | 2024-04-14T17:55:09 | 2025-04-01T06:38:20.166513 | {
"authors": [
"a-siva",
"brianquinlan",
"devoncarew",
"lrhn",
"meowofficial"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/issues/55469",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1561140395 | issue 4433: updated web.dart & create_test.dart
added --webdev serve to add a small caveat
Spam.
| gharchive/pull-request | 2023-01-29T06:01:27 | 2025-04-01T06:38:20.167766 | {
"authors": [
"anujcontractor",
"mraleph"
],
"repo": "dart-lang/sdk",
"url": "https://github.com/dart-lang/sdk/pull/51155",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
920435146 | Setting up dart on a self hosted runner using tool cache not working as expected
We are in the process of migrating from GitHub's macos-latest runners to self hosted runners running on Mac Minis. When we use the dart-lang/setup-dart action now, the first run is fine, but from the second and onwards runs we run into t... | gharchive/issue | 2021-06-14T13:51:08 | 2025-04-01T06:38:20.174474 | {
"authors": [
"hauketoenjes",
"jpelgrim",
"mit-mit"
],
"repo": "dart-lang/setup-dart",
"url": "https://github.com/dart-lang/setup-dart/issues/35",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
459620389 | Wallet node stop syncing
Hello,
After 22.06.2019 wallet node stop syncing.
Dashd version: v0.14.0.1 (from releases binary)
Machine specs:
OS: Ubuntu 18.04.2 LTS (Bionic Beaver)
CPU: Intel(R) Celeron(R) CPU J3355 @ 2.00GHz
RAM: 8Gb
Disk size: 500Gb
Disk Type (HD/SDD): HDD
debug.log attached: debug.log
Possible dup... | gharchive/issue | 2019-06-23T21:34:19 | 2025-04-01T06:38:20.241322 | {
"authors": [
"UdjinM6",
"bitfex"
],
"repo": "dashpay/dash",
"url": "https://github.com/dashpay/dash/issues/2996",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2147055106 | feat: stage getitem calls
@lgray , this doesn't actually work, but I thought you would appreciate a glimpse of what I had in mind.
Yeah this is more or less what I did for the histograms in the end, so that makes sense. I guess I just don't see how to pull it to the end in the case of getitems.
don't see how to ... | gharchive/pull-request | 2024-02-21T15:33:35 | 2025-04-01T06:38:20.258846 | {
"authors": [
"codecov-commenter",
"lgray",
"martindurant"
],
"repo": "dask-contrib/dask-awkward",
"url": "https://github.com/dask-contrib/dask-awkward/pull/475",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1903129160 | [BUG][GPU Logic Bug] "SELECT ()||(<column(decimal)>) FROM " brings Error
What happened:
"SELECT (<string>)||(<column(decimal)>) FROM <table>" brings different results, when using CPU and GPU.
What you expected to happen:
It is the same result, when using CPU and GPU.
Minimal Complete Verifiable Example:
import pandas... | gharchive/issue | 2023-09-19T14:30:34 | 2025-04-01T06:38:20.266550 | {
"authors": [
"charlesbluca",
"griffith-maker",
"qwebug"
],
"repo": "dask-contrib/dask-sql",
"url": "https://github.com/dask-contrib/dask-sql/issues/1226",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
682142800 | Add a 'decision_function()' method to the 'LogisticRegression' class.
I noticed that the dask_ml.linear_model.LogisticRegression class lacked a decision_function() method like is implemented in the corresponding scikit-learn API.
This PR adds a decision_function() method and updates one corresponding test.
Thanks. ... | gharchive/pull-request | 2020-08-19T20:04:32 | 2025-04-01T06:38:20.270993 | {
"authors": [
"TomAugspurger",
"wfondrie"
],
"repo": "dask/dask-ml",
"url": "https://github.com/dask/dask-ml/pull/728",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
439718980 | dask-mpi not working
I have this script dask_mpi_test.py:
from dask_mpi import initialize
initialize()
from distributed import Client
import dask
client = Client()
df = dask.datasets.timeseries()
print(df.groupby(['time', 'name']).mean().compute())
print(client)
When I try to run this script with:
mpirun -np 4 p... | gharchive/issue | 2019-05-02T18:08:42 | 2025-04-01T06:38:20.282575 | {
"authors": [
"Timshel",
"andersy005",
"basnijholt",
"bocklund",
"kmpaul"
],
"repo": "dask/dask-mpi",
"url": "https://github.com/dask/dask-mpi/issues/30",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
627850616 | Accelerate intra-node IPC with shared memory
When implementing e.g. a data loading pipeline for machine learning with Dask, I can choose either:
threaded scheduler: Only fast, when GIL is released
forking scheduler: Only fast, when the data calcuation is very CPU intense compared to the result size.
I often face th... | gharchive/issue | 2020-05-30T23:53:07 | 2025-04-01T06:38:20.314905 | {
"authors": [
"Hoeze",
"alexis-intellegens",
"dhirschfeld",
"jakirkham",
"jcrist",
"mrocklin"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/issues/6267",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
734773731 | Some methods of the DataFrame API Documentation are not in the summary table
What happened: In the summary table of the Dataframe API, https://docs.dask.org/en/latest/dataframe-api.html some methods are not present.
What you expected to happen: I will expect to have the following methods in the summary table,
[ ] D... | gharchive/issue | 2020-11-02T19:48:02 | 2025-04-01T06:38:20.327593 | {
"authors": [
"quasiben",
"steff456"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/issues/6788",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
774874859 | Dask repartition / trouble with keeping bounds as returned by divisions
Hello,
Trying out and completing this example provided in the doc works.
import pandas as pd
from dask import dataframe as dd
df = pd.DataFrame(dict(a=list('aabbcc'), b=list(range(6))),index = pd.date_range(start='20100101', periods=6))
ddf = dd.... | gharchive/issue | 2020-12-26T13:28:07 | 2025-04-01T06:38:20.335217 | {
"authors": [
"jsignell",
"yohplala"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/issues/7009",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
215547891 | Check and compare shapes in assert_eq
Add some checks for shapes in assert_eq. Particularly compare shapes before computing results and compare shapes between dask arrays and computed results.
Merging this soon if there are no further comments
LGTM
| gharchive/pull-request | 2017-03-20T20:37:48 | 2025-04-01T06:38:20.337099 | {
"authors": [
"jakirkham",
"mrocklin"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/pull/2101",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
231114790 | Add token kwarg to da.map_blocks
Add the token kwarg to map_blocks, mirroring the token kwarg of atop. If provided, this is the prefix of the output key, but not the key itself.
Fixes #2380.
We may want to rethink these keyword names at some point. It'd be a bit of a pain to deprecate since this is public api, but ... | gharchive/pull-request | 2017-05-24T17:28:19 | 2025-04-01T06:38:20.339640 | {
"authors": [
"jakirkham",
"jcrist"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/pull/2383",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
282116827 | COMPAT: Pandas 0.22.0 astype for categorical dtypes
Change in https://github.com/pandas-dev/pandas/pull/18710 caused a dask failure
when reading CSV files, as our .astype relied on the old (broken) behavior.
Closes https://github.com/dask/dask/issues/2996
All green. Since master is currently failing on this I'll me... | gharchive/pull-request | 2017-12-14T14:21:42 | 2025-04-01T06:38:20.342040 | {
"authors": [
"TomAugspurger",
"jakirkham"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/pull/2997",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1141715202 | Added compute method to raise error on use
[ ] Closes #8695
[ ] Tests added / passed
[ ] Passes pre-commit run --all-files
First (very) naive implementation of compute method
Can one of the admins verify this patch?
ok to test
It would also be great if you could add a test for this. Probably you can just add ... | gharchive/pull-request | 2022-02-17T18:40:54 | 2025-04-01T06:38:20.344959 | {
"authors": [
"Dranaxel",
"GPUtester",
"jsignell"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/pull/8734",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1573986398 | Do not ravel array when slicing with same shape
I'm not very familiar with the array API so I might be missing something obvious. However, I encountered a troubling complex graph when doing an operation like array[array > 100]
import dask.array as da
arr = da.random.random((200,200,200), chunks=(20, 20, 20))
arr[arr ... | gharchive/pull-request | 2023-02-07T09:32:32 | 2025-04-01T06:38:20.348912 | {
"authors": [
"fjetter",
"gjoseph92"
],
"repo": "dask/dask",
"url": "https://github.com/dask/dask/pull/9925",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
413246991 | Implementing Gofer suite of components as a third-party
Hi all,
I am a graduate student at RPI who is evaluating the gofer suite of auto-grading components as a possible architecture for implementing grading of Jupyter notebooks within courses at RPI.
I see this is a new project that hasn't been matured for use by th... | gharchive/issue | 2019-02-22T05:15:12 | 2025-04-01T06:38:20.408336 | {
"authors": [
"choldgraf",
"franasa",
"jkuruzovich",
"vipasu",
"zednis"
],
"repo": "data-8/gofer_service",
"url": "https://github.com/data-8/gofer_service/issues/2",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
981902795 | Downloader nodes
Updates
Downloader nodes
It’s now possible to create nodes which will download resulting data in the browser.
Implementation details
DownloaderNode
Simple class that extends default Node type adding one extra property — downloadData, which is supposed to be filled by Node on run execution.
DownloadDa... | gharchive/pull-request | 2021-08-28T18:45:06 | 2025-04-01T06:38:20.429862 | {
"authors": [
"Lenivaya",
"ajthinking"
],
"repo": "data-story-org/core",
"url": "https://github.com/data-story-org/core/pull/74",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
715625249 | ModuleNotFoundError: No module named 'databricks' when using apply_batch or apply_transform
Hi,
I'm using Spark in client mode and I've gotten Koalas working, but the apply_batch method seems to indicate that koalas is missing from the executor nodes. It it really so that koalas must be explicitly installed to worker... | gharchive/issue | 2020-10-06T12:28:06 | 2025-04-01T06:38:20.449181 | {
"authors": [
"maxpagels",
"ueshin"
],
"repo": "databricks/koalas",
"url": "https://github.com/databricks/koalas/issues/1826",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
129410044 | Add CSV option
We've got to the stage where our jobs are big enough that Redshift loads are becoming a major bottleneck with its AVRO performance problems. We're hoping Amazon will fix them, but in the mean time we've started running with a modified spark-redshift to allow us to import via CSV (Redshift COPYs are run... | gharchive/pull-request | 2016-01-28T10:27:29 | 2025-04-01T06:38:20.454377 | {
"authors": [
"JoshRosen",
"codecov-io",
"emlyn"
],
"repo": "databricks/spark-redshift",
"url": "https://github.com/databricks/spark-redshift/pull/165",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
251174036 | SQL Error: ОШИБКА: нет прав для изменения параметра "session_replication_role"
Hello, Maxim!
There is problem (in subject) that I can't understand.
Also I can't find default mechanism of authentication without password (under 'postgres' user)
Here is listing:
root@someserver:~# perl pgcompacttable.pl -U someuser -W ... | gharchive/issue | 2017-08-18T08:23:04 | 2025-04-01T06:38:20.510863 | {
"authors": [
"Rodgelius",
"alexius2"
],
"repo": "dataegret/pgcompacttable",
"url": "https://github.com/dataegret/pgcompacttable/issues/13",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2392636292 | Correction for raw affiliation Univ Rennes, École Nationale Supérieure de Chimie de Rennes, CNRS, ISCR – UMR6226, F-35000 Rennes, France
Correction needed for raw affiliation Univ Rennes, École Nationale Supérieure de Chimie de Rennes, CNRS, ISCR – UMR6226, F-35000 Rennes, France
raw_affiliation_name: Univ Rennes, Éc... | gharchive/issue | 2024-07-05T13:41:36 | 2025-04-01T06:38:20.513584 | {
"authors": [
"dataesri"
],
"repo": "dataesr/openalex-affiliations",
"url": "https://github.com/dataesr/openalex-affiliations/issues/2250",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2551170192 | Correction for raw affiliation Canadian Rivers Institute, Fredericton, NB, Canada, E3B 5A3; School of Environment and Sustainability, University of Saskatchewan, Saskatoon, SK, Canada, S7N 5C8
Correction needed for raw affiliation Canadian Rivers Institute, Fredericton, NB, Canada, E3B 5A3; School of Environment and ... | gharchive/issue | 2024-09-26T17:32:02 | 2025-04-01T06:38:20.516131 | {
"authors": [
"dataesri"
],
"repo": "dataesr/openalex-affiliations",
"url": "https://github.com/dataesr/openalex-affiliations/issues/4688",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2679680763 | Correction for raw affiliation CNRS, ENSL, INRI A, UCBL, Univ. Lyon, Lab. LIP (UMR 5668), École Normale Supérieure de Lyon, LIP, 46 allée d'Italie, 69364 Lyon Cedex 07, France
Correction needed for raw affiliation CNRS, ENSL, INRI A, UCBL, Univ. Lyon, Lab. LIP (UMR 5668), École Normale Supérieure de Lyon, LIP, 46 all... | gharchive/issue | 2024-11-21T14:31:53 | 2025-04-01T06:38:20.518797 | {
"authors": [
"dataesri"
],
"repo": "dataesr/openalex-affiliations",
"url": "https://github.com/dataesr/openalex-affiliations/issues/8448",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2482729728 | Migrate SQLFederationOptimizerRule to OptimizerRule::rewrite
DataFusion 40 changed the OptimizerRule format, ref apache/datafusion#9954. We'll need to migrate over.
We did the migration in this PR #64
| gharchive/issue | 2024-08-23T09:31:46 | 2025-04-01T06:38:20.549711 | {
"authors": [
"backkem",
"hozan23"
],
"repo": "datafusion-contrib/datafusion-federation",
"url": "https://github.com/datafusion-contrib/datafusion-federation/issues/46",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1315714292 | HitTriage
Workflow:
[ ] Ingestion
[ ] Enrichment
[ ] Filtering
[ ] Submission
This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-14812
This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-16071
| gharchive/issue | 2022-07-23T18:02:38 | 2025-04-01T06:38:20.551982 | {
"authors": [
"dnillovna",
"skalkin"
],
"repo": "datagrok-ai/public",
"url": "https://github.com/datagrok-ai/public/issues/831",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
938556502 | The sqlalchemy recipe for DB2 source is not respecting schema/table allow / deny pattern
Describe the bug
When using a sqlalchemy based recipe to fetch metadata from Db2 source , the schema / table pattern information provided is not being used. All the tables metadata is being fetched.
To Reproduce
source:
type: sql... | gharchive/issue | 2021-07-07T06:59:28 | 2025-04-01T06:38:20.561746 | {
"authors": [
"SwadX",
"anshbansal",
"hsheth2"
],
"repo": "datahub-project/datahub",
"url": "https://github.com/datahub-project/datahub/issues/2839",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1351947629 | Change documentation for curl command that creates a user group
Describe the bug
A clear and concise description of what the bug is.
When using the curl command to create a user group taking from the datahub documentation it fails as raised in #5161.
The issue was identiefied changing (corpUser -> corpuser) but the ... | gharchive/issue | 2022-08-26T08:39:23 | 2025-04-01T06:38:20.564239 | {
"authors": [
"hugwi"
],
"repo": "datahub-project/datahub",
"url": "https://github.com/datahub-project/datahub/issues/5735",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2711387391 | feat(ingestion/sql-common): add column level lineage for external tables
Checklist
[ ] The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
[ ] Links to related issues (if applicable)
[ ] Tests for the changes have been added/updated (if applicable)
[ ] Docs related to the changes... | gharchive/pull-request | 2024-12-02T10:29:48 | 2025-04-01T06:38:20.569169 | {
"authors": [
"acrylJonny",
"hsheth2"
],
"repo": "datahub-project/datahub",
"url": "https://github.com/datahub-project/datahub/pull/11997",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1577739293 | feat: add chart entities to similar browsepath as dashboards
If the ingested workspaces have multiple reports in them, usually the result is that there are a ton of ingested chart entities. Although common use case might not be to find report or datasource of a report by finding the chart first, I think it makes sens... | gharchive/pull-request | 2023-02-09T11:44:59 | 2025-04-01T06:38:20.572460 | {
"authors": [
"jjoyce0510",
"looppi"
],
"repo": "datahub-project/datahub",
"url": "https://github.com/datahub-project/datahub/pull/7293",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1550069676 | Adjusting pyopenephys requirement for pypi publication
In this PR, I update the pyopenephys to reflect our merged PR and pypi publication.
Thanks @CBroz1! Now that the requirements.txt are fixed, please make a release of version 0.2.3 so that we can get an updated version of element-array-ephys published to PyPI.
| gharchive/pull-request | 2023-01-19T22:56:50 | 2025-04-01T06:38:20.574728 | {
"authors": [
"CBroz1",
"kabilar"
],
"repo": "datajoint/element-array-ephys",
"url": "https://github.com/datajoint/element-array-ephys/pull/125",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2353958792 | Test release
test
datalens-ui 0.1741.0
datalens-us 0.209.0
First e2e check, failed:
✘ 311 [basic] › suites/wizard/export/pivotTable.test.ts:36:17 › Wizard - export. Summary table › CSV (retry #1) (15.3s)
✘ 325 [basic] › suites/wizard/geolayer/geopoints/addTooltip.test.ts:10:17 › Wizard - Geo Points › Tooltip ap... | gharchive/pull-request | 2024-06-14T19:27:36 | 2025-04-01T06:38:20.623351 | {
"authors": [
"Marginy605"
],
"repo": "datalens-tech/datalens-ui",
"url": "https://github.com/datalens-tech/datalens-ui/pull/1127",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1030305270 | "Error: {equatiomatic} only supports models where each random effect has a corresponding fixed effect."
Hi, I am having an issue trying to use equatiomatic with lme4, please see below:
d =
dplyr::tribble(
~study, ~treat, ~n, ~event, ~control,
1, 0, 377, 113, 1,
1, 1, 377, 128, 0,
2, 0, 40, 4, 1,
2, 1, 41... | gharchive/issue | 2021-10-19T13:23:26 | 2025-04-01T06:38:20.635891 | {
"authors": [
"arthur-albuquerque",
"datalorax"
],
"repo": "datalorax/equatiomatic",
"url": "https://github.com/datalorax/equatiomatic/issues/204",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
216705598 | influxdb duplicate field stored
I write a kcql like insert into record select * from record WITHTAG (ptype, pid).
when I run this and look at the data in the influxdb, there exists two field ptype and ptype_1, pid and pid_1, ptype and pid is tag, ptype_1 and pid_1 is not, why should the duplicate ptype_1 and pid_1 sh... | gharchive/issue | 2017-03-24T08:56:15 | 2025-04-01T06:38:20.682962 | {
"authors": [
"andrewstevenson",
"iyuq",
"stheppi"
],
"repo": "datamountaineer/stream-reactor",
"url": "https://github.com/datamountaineer/stream-reactor/issues/150",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1415228039 | Problem with copying generated columns
Anonymizer throws error when dealing with table with generated columns
Error: db error: ERROR: column "tsv" is a generated column
DETAIL: Generated columns cannot be used in COPY.
pg_dump on its own works fine.
postgresql and pg_dump version is 12.12
pg_datanymizer version is 0.... | gharchive/issue | 2022-10-19T15:54:37 | 2025-04-01T06:38:20.689207 | {
"authors": [
"BillBuilt",
"akirill0v",
"gregwebs",
"ruslan-kurbanov-jr"
],
"repo": "datanymizer/datanymizer",
"url": "https://github.com/datanymizer/datanymizer/issues/189",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
477909763 | [Fix #85] use leading underscores in cached instance variable name
Before you submit a pull request, please make sure you have to follow:
[x] read and know items from the Contributing Guide
[x] add a description of the problem you're trying to solve (short summary from related issue)
[x] verified that cops are order... | gharchive/pull-request | 2019-08-07T12:51:08 | 2025-04-01T06:38:20.697924 | {
"authors": [
"lazycoder9",
"roman-dubrovsky"
],
"repo": "datarockets/datarockets-style",
"url": "https://github.com/datarockets/datarockets-style/pull/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2501470385 | Differentiate display from user ID in autocomplete
The autocomplete from this issue:
#18
Isn't fit for purpose on Datasette Cloud, where user IDs are integers.
Need to be able to display their "display names" in lists of e.g. members of a group, and also autocomplete against those when adding users to groups or to ... | gharchive/issue | 2024-09-02T18:57:31 | 2025-04-01T06:38:20.713967 | {
"authors": [
"simonw"
],
"repo": "datasette/datasette-acl",
"url": "https://github.com/datasette/datasette-acl/issues/23",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
942588966 | S3 bucket creation command is missing for archive handler
In the newer version of aws command and S3 server, S3 bucket needs to be create with an separate S3 API since the aws s3 cp command no longer creates a new bucket. Below are the quick fixes to make it working.
Ideally we should make these commands configurable... | gharchive/pull-request | 2021-07-13T01:18:47 | 2025-04-01T06:38:20.716126 | {
"authors": [
"Tomcli",
"YiannisGkoufas"
],
"repo": "datashim-io/datashim",
"url": "https://github.com/datashim-io/datashim/pull/112",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2021794529 | fix OPS_API_RESPONSE union type to include lists
I inadvertently gave a very silly definition of the OPS_API_RESPONSE, which did not include List[Any] as one of the types (the DevOps API as a matter of fact does return top-level lists for some calls, such as get_databases).
Now I fixed it and to satisfy the type chec... | gharchive/pull-request | 2023-12-02T01:32:22 | 2025-04-01T06:38:20.717696 | {
"authors": [
"erichare",
"hemidactylus"
],
"repo": "datastax/astrapy",
"url": "https://github.com/datastax/astrapy/pull/137",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
967122918 | [HW] Muhammad Atif Ahsan
Name: Muhammad Atif Ahsan
Email: atif.rfo@gmail.com
Linkedin Profile: https://www.linkedin.com/in/atifahsan/
Attach the homework screenshots below for both step II and step III:
Hey Muhammad Atif Ahsan, great job! Congrats! Here is your badge! https://api.badgr.io/public/assertions/SlhV6... | gharchive/issue | 2021-08-11T17:25:37 | 2025-04-01T06:38:20.721160 | {
"authors": [
"HadesArchitect",
"atifahsan"
],
"repo": "datastaxdevs/workshop-intro-to-cassandra",
"url": "https://github.com/datastaxdevs/workshop-intro-to-cassandra/issues/282",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
239980202 | pull/pull cache for all branches
dvc sync [file] uploads/downloads data snapshot for only the current brunch.
dvc sync -all [file] should upload\download all versions of the file(s).
I am not sure it is worth implementing, as there are usually more branches that don't even belong to you(i.e. various branches from o... | gharchive/issue | 2017-07-02T00:20:38 | 2025-04-01T06:38:20.724785 | {
"authors": [
"dmpetrov",
"efiop"
],
"repo": "dataversioncontrol/dvc",
"url": "https://github.com/dataversioncontrol/dvc/issues/103",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
426822225 | Throttle/group Ops
Currently each keystroke results in a fresh op. It would be more efficient if ops were batched by some time interval, so that quickly typing multple characters in a single word results in a single op. The time interval in ms could be passed into the constructor, making this behavior opt-in.
Here'... | gharchive/issue | 2019-03-29T05:23:48 | 2025-04-01T06:38:20.726656 | {
"authors": [
"curran"
],
"repo": "datavis-tech/codemirror-ot",
"url": "https://github.com/datavis-tech/codemirror-ot/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
247452410 | Replace screenshots
The screenshots aren't too great. They should look good.
I've uploaded new ones to the GDrive folder 'Platform/Ordino Screenshots'
| gharchive/issue | 2017-08-02T16:41:57 | 2025-04-01T06:38:20.727501 | {
"authors": [
"alexsb",
"mstreit"
],
"repo": "datavisyn/datavisyn.github.io",
"url": "https://github.com/datavisyn/datavisyn.github.io/issues/13",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
344850506 | Automate upgrading envoy
There is some build+test+push awesomeness at https://github.com/datawire/envoy/tree/datawire/extauth-build-automation/DATAWIRE that would be awesome to have automated.
Let's do it :tm:
Closing since I think @LukeShu managed to do this...
| gharchive/issue | 2018-07-26T13:44:35 | 2025-04-01T06:38:20.732205 | {
"authors": [
"containscafeine",
"kflynn"
],
"repo": "datawire/ambassador",
"url": "https://github.com/datawire/ambassador/issues/663",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
477548492 | Adding max_request_headers_kb configuration support.
Description
Exposing max_request-headers_kb envoy parameter through the ambassador.
Related Issues
None
Testing
max_request-headers_kb configured in Ambassador Global configuration. For e.g.
---
apiVersion: ambassador/v1
kind: Module
name: ambassador
config:
... | gharchive/pull-request | 2019-08-06T19:12:34 | 2025-04-01T06:38:20.735712 | {
"authors": [
"ankurpshah",
"kflynn"
],
"repo": "datawire/ambassador",
"url": "https://github.com/datawire/ambassador/pull/1740",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2760137472 | Dockerhub deprecation warning
Related to: https://github.com/datopian/giftless/issues/119
Changes
Added a "docker-prerun.sh" script to serve as the entry point of the docker file, that right now only echoes a deprecation warning in case the image is being pulled from Dockerhub, but also that can be extended in the f... | gharchive/pull-request | 2024-12-26T20:54:37 | 2025-04-01T06:38:20.753005 | {
"authors": [
"demenech",
"rufuspollock",
"vit-zikmund"
],
"repo": "datopian/giftless",
"url": "https://github.com/datopian/giftless/pull/181",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1989926194 | Refactor code and simplify file processing
Pull Request: Main Refactoring and Conversion
Summary of Changes
This pull request introduces significant improvements and refactoring to enhance the MarkdownDB functionality. The key modifications include:
Class Breakdown:
The MarkdownDB class has been refactored into tw... | gharchive/pull-request | 2023-11-13T05:37:22 | 2025-04-01T06:38:20.761449 | {
"authors": [
"mohamedsalem401",
"olayway",
"rufuspollock"
],
"repo": "datopian/markdowndb",
"url": "https://github.com/datopian/markdowndb/pull/48",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
58640289 | Cite and discuss Hardekopf
His paper introduces an time stamp feature to AAM for which properties can be proven and re-used. Thus it's relevant to discuss as an instance of re-usable metatheory for static analysis.
This still hasn't happened and needs to.
Done.
| gharchive/issue | 2015-02-23T20:05:47 | 2025-04-01T06:38:20.775906 | {
"authors": [
"davdar",
"dvanhorn"
],
"repo": "davdar/maam",
"url": "https://github.com/davdar/maam/issues/11",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
427382220 | change msbuild discovery path logic
Change to logic for msbuild.exe discovery
Thanks for pulling this out separate from the WIP solution loading - makes it easier to merge while figuring out the solution part.
| gharchive/pull-request | 2019-03-31T10:35:43 | 2025-04-01T06:38:20.792669 | {
"authors": [
"colombod",
"daveaglick"
],
"repo": "daveaglick/Buildalyzer",
"url": "https://github.com/daveaglick/Buildalyzer/pull/106",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1627481627 | Refactor advanced options page
This should help with #60
Good luck reviewing this :D
Changes:
Facefixer strength slider now only shows when facefixer is active
Made the giant advanced options file 500 lines less giant :smirk:
| gharchive/pull-request | 2023-03-16T13:30:44 | 2025-04-01T06:38:20.796017 | {
"authors": [
"evguu"
],
"repo": "daveschumaker/artbot-for-stable-diffusion",
"url": "https://github.com/daveschumaker/artbot-for-stable-diffusion/pull/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
414050192 | Deluge
Add deluge application to ansible-nas repository.
Thank you for submitting this PR, getting Deluge merged will be awesome. This has however, reminded me why I didn't do it myself in the first place :smile:
Few things that will need fixing;
You've supplied a default username/password, but not mentioned in th... | gharchive/pull-request | 2019-02-25T11:05:04 | 2025-04-01T06:38:20.801200 | {
"authors": [
"davestephens",
"tcharewicz"
],
"repo": "davestephens/ansible-nas",
"url": "https://github.com/davestephens/ansible-nas/pull/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1157470053 | Added twitch.tv/alejandromp4
I saw there is now a section for twitch 🎉
CI issue seems to be on ruby setup not on validate.
| gharchive/pull-request | 2022-03-02T17:11:05 | 2025-04-01T06:38:20.806380 | {
"authors": [
"alexito4"
],
"repo": "daveverwer/iOSDevDirectory",
"url": "https://github.com/daveverwer/iOSDevDirectory/pull/610",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1081761631 | Add pretty-print functionality to the rule classes
At request of @vjawahar , let us know if this is good
Will do this better and reopen a PR in a sec
| gharchive/pull-request | 2021-12-16T04:34:07 | 2025-04-01T06:38:20.818912 | {
"authors": [
"imnnos"
],
"repo": "david-fisher/320-F21-Track-1",
"url": "https://github.com/david-fisher/320-F21-Track-1/pull/114",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
481418642 | can events be added to the calendar?
I see that there are events: boolean in a few views, but how do I pass the actual events into the component?
Hi @williamli, events should be controlled from outside of the component, so you need to hold a state outside, and just pass those in as an array of events into the Organ... | gharchive/issue | 2019-08-16T02:51:11 | 2025-04-01T06:38:20.830813 | {
"authors": [
"davidalekna",
"williamli"
],
"repo": "davidalekna/react-organizer",
"url": "https://github.com/davidalekna/react-organizer/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
585695589 | Introduce request: Use one subdomain for multiple projects
Idea:
Currently I should generate certificates for each project and use something like app.project.test as domain.
It would be good to use domains like project.magento2.test, project.magento1.test, project.laravel.test
In this case I need generate one wildca... | gharchive/issue | 2020-03-22T11:18:41 | 2025-04-01T06:38:20.834367 | {
"authors": [
"Den4ik",
"davidalger"
],
"repo": "davidalger/warden",
"url": "https://github.com/davidalger/warden/issues/122",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
91364229 | Syntax for inlining of function calls
Currently we support inlining in two forms.
rotate 1, 2 fill red box
rotate 1, 2 >> fill red >> box
Could we standardise on the latter of these? It still gives us a useful inlining short cut, but it's (imho) a bit easier to see what's an argument and what's a function.
Also it's... | gharchive/issue | 2015-06-26T21:14:39 | 2025-04-01T06:38:20.841122 | {
"authors": [
"davidedc",
"rumblesan"
],
"repo": "davidedc/livecodelab",
"url": "https://github.com/davidedc/livecodelab/issues/262",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
363762753 | improve physics drawing
I've been drawing each physics object manually but just saw this tutorial for doing it all together
https://love2d.org/wiki/Tutorial:PhysicsDrawing
Should go through and try and apply. Need to look into if I can expand it to change colour for each shape or texture each object. Would be really ... | gharchive/issue | 2018-09-25T20:56:08 | 2025-04-01T06:38:20.882212 | {
"authors": [
"davidjtferguson"
],
"repo": "davidjtferguson/silly-sam",
"url": "https://github.com/davidjtferguson/silly-sam/issues/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
263479751 | Pulling react-redux-forms from npm doesn't have 1.14.2 built code
After updating to 1.14.2 and using isValid an undefined error is thrown. It appears the changes are in the /src folder but not in /lib. I built it manually and it works fine.
@davidkpiano would you be able to push the changes to npm please?
Same he... | gharchive/issue | 2017-10-06T15:12:04 | 2025-04-01T06:38:20.884859 | {
"authors": [
"davidkpiano",
"mewben",
"stevenmason"
],
"repo": "davidkpiano/react-redux-form",
"url": "https://github.com/davidkpiano/react-redux-form/issues/964",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2653356410 | chore: remove unneeded entries in CI's Makefile
Issue or need
Some entries in CI/CD's .ci/Makefile are just redirecting to run scripts. The purpose of that file is to add commands that are only different when running in CI/CD
Proposed changes
Remove CI's Makefile targets that just run regular run scripts
Quick rem... | gharchive/pull-request | 2024-11-12T21:23:36 | 2025-04-01T06:38:20.892080 | {
"authors": [
"davidlj95"
],
"repo": "davidlj95/ngx",
"url": "https://github.com/davidlj95/ngx/pull/1034",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
563426958 | Implement task configuration avoidance for avro plugin
This PR supports https://github.com/davidmc24/gradle-avro-plugin/issues/97
@davidmc24 - not quite ready yet. This needs a bit of work to make sure the tests are passing. Some tests will need to be adjusted, but I think there is an issue with the code. I will lo... | gharchive/pull-request | 2020-02-11T19:31:04 | 2025-04-01T06:38:20.897511 | {
"authors": [
"davidmc24",
"dcabasson"
],
"repo": "davidmc24/gradle-avro-plugin",
"url": "https://github.com/davidmc24/gradle-avro-plugin/pull/102",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
470711845 | Remove BorderlessEntryRenderer that was left after cleanup.
Fixed iOS build.
With cleanup a few days ago BorderlessEntry was removed but the renderer was still in iOS project and broke the build.
iOS builds now, but Xappy stops immediately after displaying its blue launch screen.
I have dealt with the usual suspect... | gharchive/pull-request | 2019-07-20T20:30:30 | 2025-04-01T06:38:20.910947 | {
"authors": [
"Alex-Witkowski",
"farr64"
],
"repo": "davidortinau/Xappy",
"url": "https://github.com/davidortinau/Xappy/pull/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2165376793 | VSCode plugin login failure
CodeGPT plugin login does redirect tot http://localhost:54112/auth/callback?code=XXX
Once logged in with Google, page shows Connection Success and redirect back to VSCode app.
Launched external handler for 'vscode://'.
However, nothing really happens, plugin still shows as logged out.
The... | gharchive/issue | 2024-03-03T14:06:34 | 2025-04-01T06:38:20.954672 | {
"authors": [
"JeromeGsq",
"Mayorc1978",
"Neoplayer",
"PilarHidalgo",
"Sarinoty",
"bgeneto",
"camsique",
"clintonruairi",
"davila7",
"djacquensf9",
"gudzenkov",
"luqmanyusof",
"matiaszanolli",
"pokhreldipesh",
"red-daut"
],
"repo": "davila7/code-gpt-doc... |
426427539 | Support for reading images in correct orientation using EXIF data.
Current Behavior
I'm working on image processing with some images I collected myself. Dlib's dlib.load_rgb_image('image_path') method swaps the rows and columns on some images while OpenCV's cv2.imread('image_path') method does not.
Check out the resu... | gharchive/issue | 2019-03-28T10:57:01 | 2025-04-01T06:38:20.961201 | {
"authors": [
"RafayAK",
"davisking",
"nmaynes"
],
"repo": "davisking/dlib",
"url": "https://github.com/davisking/dlib/issues/1706",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
313335711 | [fix] this change fixes compilation problems under mac
I have noticed the following problem with compilation on Mac:
dlib/tools/python/src/other.cpp:56:1: error: reference to 'list' is ambiguous list _max_cost_assignment ( ^ /Library/Developer/CommandLineTools/usr/include/c++/v1/list:805:28: note: candidate found by ... | gharchive/pull-request | 2018-04-11T13:56:21 | 2025-04-01T06:38:20.963678 | {
"authors": [
"jaroslawk"
],
"repo": "davisking/dlib",
"url": "https://github.com/davisking/dlib/pull/1253",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2074797644 | Cannot access command palette from fullscreen
Hi Davis,
I can't access the command palette from fullscreen mode. Let me know if there's other info you need that would help solve this. Thanks!
Also: I was trying to access the palette because I wanted to split the screen to see two notes at once. I left fullscreen mode... | gharchive/issue | 2024-01-10T17:03:07 | 2025-04-01T06:38:20.967381 | {
"authors": [
"davisriedel",
"seldstein"
],
"repo": "davisriedel/obsidian-typewriter-mode",
"url": "https://github.com/davisriedel/obsidian-typewriter-mode/issues/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2382055629 | 🛑 Melody is down
In 5ebaceb, Melody (https://melody.red-mirror.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Melody is back up in 5921703 after 8 minutes.
| gharchive/issue | 2024-06-30T02:42:09 | 2025-04-01T06:38:20.970159 | {
"authors": [
"davorg"
],
"repo": "davorg/uptime",
"url": "https://github.com/davorg/uptime/issues/477",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
320749044 | Fileprovider.Watch("") Does not work as expected
Hello again, ive been using this in memory file magic some more, and ive found that the root directory (in this case i mean the root directory of any given provider) does not function properly, i cannot watch for changes in this root directory forexample, i get a null ... | gharchive/issue | 2018-05-07T10:11:36 | 2025-04-01T06:38:21.014147 | {
"authors": [
"RPaetau",
"dazinator"
],
"repo": "dazinator/Dazinator.AspNet.Extensions.FileProviders",
"url": "https://github.com/dazinator/Dazinator.AspNet.Extensions.FileProviders/issues/21",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
788415109 | Incorrect format of generated binary literals
System information:
Operating system (distribution) and version: any
DBeaver version: 7.2.3 and earlier
Java version: any
Additional extensions: none
Connection specification:
Database name and version: HANA Cloud (4.0), also earlier
Driver name: com.sap.db.jdbc.Driver... | gharchive/issue | 2021-01-18T16:48:12 | 2025-04-01T06:38:21.082306 | {
"authors": [
"alumni",
"uslss"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/11036",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
911427566 | Function header and trailler missing for PostgreSQL
I suspect this is similar to https://github.com/dbeaver/dbeaver/issues/3892 but it impacts PostgreSQL versions well above 8.4.
System information:
Windows
Tested on:
DBeaver 7.3.0
DBeaver 21.1.0
Connection specification:
Tested on:
PostgreSQL 9.5 and 10.10:
PostgreS... | gharchive/issue | 2021-06-04T11:58:12 | 2025-04-01T06:38:21.091825 | {
"authors": [
"HeikkiVesanto",
"uslss"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/12735",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
953193262 | IBMi DB2 / AS400 - Auto Generated / Auto Increment not correctly showing
System information:
Operating system (distribution) and version:
Windows 10 / 64bit
DBeaver version:
21.0.1 and 21.0.2. Also verified issue in 6.0.0
Additional extensions:
None
Connection specification:
Database name and version:
com.ibm.as4... | gharchive/issue | 2021-07-26T18:58:06 | 2025-04-01T06:38:21.108681 | {
"authors": [
"LonwoLonwo",
"Matvey16",
"bdietz400",
"xantari"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/13322",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1190301921 | No shortcut to open a table from the References panel
Is your feature request related to a problem? Please describe.
When following references between multiple tables, the References panel comes useful to go from table A to table B. However, if table C has a foreign key refering to table B, it is then inconvenient to... | gharchive/issue | 2022-04-01T21:49:59 | 2025-04-01T06:38:21.116784 | {
"authors": [
"Chealer",
"ShadelessFox"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/16049",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1243165763 | is there a way not to have to reinstall plugins after every updates ?
Hi,
i'm using DBeaver in zip version (Windows)
every time I migrate to the newer version I have to redownload et reinstall the plugins.
Fortunatly I'm using only one.
having this message for instance with the Office addon:
thanks for the suggest... | gharchive/issue | 2022-05-20T13:39:45 | 2025-04-01T06:38:21.118890 | {
"authors": [
"itphonim",
"uslss"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/16555",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2345274530 | 连接doris一段时间后,再也连接不上
Description
第一次连接doris后,过一段时间后,doris再也连接不上,doris集群没任何问题,电脑重启后,打开debaver后恢复正常,过一段时间后,会再次出现连接不上的问题,断开重新连接也连接不上doris,请问这个问题怎么解决?
DBeaver Version
社区版本24.1.0
Operating System
windows11
Database and driver
No response
Steps to reproduce
doris版本2.1.2,社区版本24.1.0
Additional context
No response
已解决
| gharchive/issue | 2024-06-11T03:02:30 | 2025-04-01T06:38:21.121912 | {
"authors": [
"a582687883"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/34324",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
338944714 | I can't modify cell in resultset. Earlier this function was work. It is very necessary function and it not work.
Can't reproduce. Please provide more details.
What is your database
How do you edit cells (in table editor or in custom query results).
Are you sure that exactly the same results were editable in earli... | gharchive/issue | 2018-07-06T13:43:15 | 2025-04-01T06:38:21.124340 | {
"authors": [
"nkiseev",
"serge-rider"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/3763",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
346571521 | SQL Editor Issue
Even ever i press multiple enter, and then do backspace their are scroll bar coming on editor screen, its irritating after few occurrence.
Please check workaround in #3916
| gharchive/issue | 2018-08-01T12:07:14 | 2025-04-01T06:38:21.126168 | {
"authors": [
"khushalc",
"serge-rider"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/3900",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
161077493 | Additional Sound Notifications
Hey Serge,
I see that in 3.6.7 you added sound notification support "beep after query finish".
Is it possible we can expand on this capability, for example rather than beep after each query could we have a notification sound after the run of all queries within one SQL editor?
Also could... | gharchive/issue | 2016-06-19T15:17:18 | 2025-04-01T06:38:21.132182 | {
"authors": [
"SirBenJammin",
"andreescastano",
"dburtonDRW",
"earsonlau",
"eng543",
"lalato",
"serge-rider",
"shungabubus",
"xenago",
"yonisade"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/546",
"license": "Apache-2.0",
"license_t... |
680401425 | DBeaver: When editing an INTEGER value in a grid, the cell is not opened if start typing a minus or plus sign
DBeaver - Version 7.1.4 CE
DBeaver driver: MS SQL Server / Microsoft Driver (the new Microsoft Driver)
Operating System: Windows 7 / Windows 8.1 / Windows 10
Database Server: Microsoft SQL Express 2014, 2016... | gharchive/issue | 2020-08-17T17:26:06 | 2025-04-01T06:38:21.138657 | {
"authors": [
"kseniiaguzeeva",
"pdanie",
"serge-rider",
"uslss"
],
"repo": "dbeaver/dbeaver",
"url": "https://github.com/dbeaver/dbeaver/issues/9567",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
822385727 | [BUG] helper command fails due to losreader problem
Describe the bug
When running the 2nd raiderDelay helper command, it fails due to array dimension error in the losreader.py file.
To Reproduce
Steps to reproduce the behavior:
Command used
raiderDelay.py --date 20200103 --time 23:00:00 -b 39 40 -79 -78 --model GMAO... | gharchive/issue | 2021-03-04T18:23:45 | 2025-04-01T06:38:21.145291 | {
"authors": [
"jlmaurer",
"leiyangleon"
],
"repo": "dbekaert/RAiDER",
"url": "https://github.com/dbekaert/RAiDER/issues/273",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1713170223 | Training yolact on resnet18 and got some error
Hi,
I was training the yolact model on resnet18 backbone and it was going all good but then suddenly I got some error and the training got aborted-
`[ 2] 32930 || B: 3.996 | C: 4.955 | M: 4.408 | S: 1.036 | T: 14.395 || ETA: 1 day, 4:21:46 || timer: 0.127
[ 2] 3294... | gharchive/issue | 2023-05-17T05:51:36 | 2025-04-01T06:38:21.170281 | {
"authors": [
"abd-gang",
"sdimantsd"
],
"repo": "dbolya/yolact",
"url": "https://github.com/dbolya/yolact/issues/817",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
711315936 | Oauth/IClaimsPrinicpal collector
gab the current IClaimsPrinicpal for a ASPNET application
extract the name and id, using the approved XML namespaces
https://github.com/dbones-labs/auditable/commit/d88e68c6e2a46e7919ef6cc36458f1c36f5f743e
| gharchive/issue | 2020-09-29T17:32:51 | 2025-04-01T06:38:21.171761 | {
"authors": [
"dbones"
],
"repo": "dbones-labs/auditable",
"url": "https://github.com/dbones-labs/auditable/issues/20",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
215679656 | Add support for concrete nested serializers
This is a proposal to add support for editing the fields of nested serializers not on a per-request basis, but at instantiation time.
Here is an example. There is a serializer for user called UserSerializer it has rather a lot of fields
class UserSerializer(...):
class Met... | gharchive/issue | 2017-03-21T09:46:15 | 2025-04-01T06:38:21.175408 | {
"authors": [
"jtrain"
],
"repo": "dbrgn/drf-dynamic-fields",
"url": "https://github.com/dbrgn/drf-dynamic-fields/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2150141605 | Upgrade Jinja2 dependency version specification to address CVE-2024-22195
resolves CVE-2024-22195
Description
CVE-2024-22195 identified an issue in Jinja2 versions <= 3.1.2. As such we've gone and changed our dependency requirement specification to be 3.1.2 or greater (but less than 4).
Note: Preivously we were usin... | gharchive/pull-request | 2024-02-22T23:57:54 | 2025-04-01T06:38:21.185248 | {
"authors": [
"QMalcolm",
"codecov-commenter"
],
"repo": "dbt-labs/dbt-common",
"url": "https://github.com/dbt-labs/dbt-common/pull/85",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1290041562 | [CT-794] Export Lineage Graph as SVG or PDF
Describe the feature
Problem: if we want to generate an image for our Lineage Graph, there is the option to export the graph as PNG, but this image has no quality options.
Example:
To add more flexibility, dbt can allow generating not just the PNG, but an SVG or PDF file ... | gharchive/issue | 2022-06-30T12:08:54 | 2025-04-01T06:38:21.193362 | {
"authors": [
"abhijithp05",
"jtcohen6",
"nelsoncardenas"
],
"repo": "dbt-labs/dbt-docs",
"url": "https://github.com/dbt-labs/dbt-docs/issues/283",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1617288479 | ADAP-56: Python 3.11 Support
resolves #524
Description
Add support for Python 3.11
Checklist
[x] I have read the contributing guide and understand what's expected of me
[x] I have signed the CLA
[ ] I have run this code in development and it appears to resolve the stated issue
[x] This PR includes tests, or tests ar... | gharchive/pull-request | 2023-03-09T13:43:08 | 2025-04-01T06:38:21.198537 | {
"authors": [
"followingell",
"mikealfare"
],
"repo": "dbt-labs/dbt-spark",
"url": "https://github.com/dbt-labs/dbt-spark/pull/676",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1499963785 | A large enterprise moving from Core to Cloud to enable more dbt developers
Contact Details
@boxysean
I have read the dbt Developer Blog contribution guidelines.
[X] I have read the dbt Developer Blog contribution guidelines.
Which of these best describes you?
[ ] I am a dbt Community member or partner contributing... | gharchive/issue | 2022-12-16T10:30:55 | 2025-04-01T06:38:21.202213 | {
"authors": [
"boxysean",
"jasnonaz"
],
"repo": "dbt-labs/docs.getdbt.com",
"url": "https://github.com/dbt-labs/docs.getdbt.com/issues/2592",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1039660475 | add an EAX preprint badge
cosmetic
ta very mooch
| gharchive/pull-request | 2021-10-29T15:00:42 | 2025-04-01T06:38:21.212421 | {
"authors": [
"dbuscombe-usgs",
"ebgoldstein"
],
"repo": "dbuscombe-usgs/dash_doodler",
"url": "https://github.com/dbuscombe-usgs/dash_doodler/pull/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2642510359 | thrimshim: use send_file to serve templates from database
I don't claim to understand why this works, but this makes downloading the thumbnail templates (to preview on the thumbnail management page, or to select the "hole" in the advanced crop settings in the editor) way faster. Something to do with how flask is chun... | gharchive/pull-request | 2024-11-08T00:24:53 | 2025-04-01T06:38:21.214252 | {
"authors": [
"chrusher",
"dcollinsn"
],
"repo": "dbvideostriketeam/wubloader",
"url": "https://github.com/dbvideostriketeam/wubloader/pull/461",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
172833232 | add stronger typing to poetic plotting, fixes #882
Related to #881 and #871
Coverage increased (+0.2%) to 65.67% when pulling 47336cb3de67c6fdff901d0d08834033d0ce758b on tlnagy:pull-request/24f5d936 into 4a3683797227463b2a5bb4f736ce64fc19fd016d on dcjones:master.
Coverage increased (+0.02%) to 65.458% when pull... | gharchive/pull-request | 2016-08-23T23:44:06 | 2025-04-01T06:38:21.230630 | {
"authors": [
"coveralls",
"shashi",
"tlnagy"
],
"repo": "dcjones/Gadfly.jl",
"url": "https://github.com/dcjones/Gadfly.jl/pull/883",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.