Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'Unnamed: 0'}) and 1 missing columns ({'binary_label'}).

This happened while the csv dataset builder was generating data using

hf://datasets/OscarSaci/train_catboost/jira_TD_dataset.csv (at revision 06f970b4c332ac03067c6f340b15852df428a265), [/tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/2024_10IQR_technical debt.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/2024_10IQR_technical debt.csv), /tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/jira_TD_dataset.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/jira_TD_dataset.csv), /tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/risultati_kart-trans-token.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/risultati_kart-trans-token.csv), /tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/risultati_merged_mixed.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/risultati_merged_mixed.csv), /tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/risultati_merged_mixed_enriched.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/risultati_merged_mixed_enriched.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1890, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Unnamed: 0: int64
              text: string
              label: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 593
              to
              {'text': Value('string'), 'label': Value('string'), 'binary_label': Value('int64')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1892, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'Unnamed: 0'}) and 1 missing columns ({'binary_label'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/OscarSaci/train_catboost/jira_TD_dataset.csv (at revision 06f970b4c332ac03067c6f340b15852df428a265), [/tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/2024_10IQR_technical debt.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/2024_10IQR_technical debt.csv), /tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/jira_TD_dataset.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/jira_TD_dataset.csv), /tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/risultati_kart-trans-token.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/risultati_kart-trans-token.csv), /tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/risultati_merged_mixed.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/risultati_merged_mixed.csv), /tmp/hf-datasets-cache/medium/datasets/99068245268791-config-parquet-and-info-OscarSaci-train_catboost-7dd9f169/hub/datasets--OscarSaci--train_catboost/snapshots/06f970b4c332ac03067c6f340b15852df428a265/risultati_merged_mixed_enriched.csv (origin=hf://datasets/OscarSaci/train_catboost@06f970b4c332ac03067c6f340b15852df428a265/risultati_merged_mixed_enriched.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

text
string
label
string
binary_label
int64
security policy violation binary artifacts this issue was automatically created by security policy violation project is out of compliance with binary artifacts policy binaries present in source code rule description binary artifacts are an increased security risk in your repository binary artifacts c...
non_technical debt
0
complete deploy service to the cloud as a service provide i need to deploy the counter application to the cloud so that it can be accessed and utilized by end users anywhere details and assumptions artifacts for cloud foundry app have already been created in branch cf deploy database s...
technical debt
1
adopt expedited cep deprecation policy summary while we have the deprecation helpers available we haven t formalized when and how deprecations occur in conda build this has resulted in deprecations being marked for eventual removal in the fictitious release adopt releases de...
technical debt
1
hide the implicit public constructor using private constructor description found a utility class without any constructor in the codebase during sonarqube review the absence of the user defined constructor forces the invocation of the default constructor provided by the java it impacts the code quality and main...
technical debt
1
selecting transparent team colours when creating a team one can choose their team colour via cymk where it s possible to select an alpha value lower than therefore it is possible to create transparent team colours which doesn t seem to be ideal additionally it leads to a broken view in createteamframe exa...
non_technical debt
0
document discriminator column max length changes in current statement in one of our applications we have a thp structure for some of our models in the previous versions ef added the discriminator shadow property to our models automatically and its length has been set to max problem statement...
non_technical debt
0
containerize your microservice using docker as a developer i need to containerize the account microservice and its dependencies so that the service can be easily deployed to new environments details and assumptions create a dockerfile for repeatable builds use a python slim image as...
technical debt
1
move registergetnotebookurifortextdocumenturifunction into python pylance extension given that interactive window is a core feature in vs code and all of the code used to get the notebook uri for the above function is not relying on any jupyter ext its simpler for maintenance to move this code into python pylance...
technical debt
1
counters can be reset as a system administrator i need so that details and assumptions acceptance criteria gherkin given when then
technical debt
1
sensor correct fetch api logic as stated by yperess in the following the api breaks the fetch api contract if running in fifo mode the fetch code should be updated to only load a single sample from the fifo instead of pulling all
non_technical debt
0
wrap infra app in redirectapplinks summary as discussed we want to wrap infra app in redirectapplinks like in so having that on higher level will prevent repeating it for several links and will improve feature link creation and maintainability ac infra app should be wrapped in redirectappl...
technical debt
1
flaky test locationchanginghandlers cannotcancelthenavigationasynchronously untilreturning note this issue template is specifically for failing tests within the dotnet aspnetcore repo failing test s provide the fully qualified name s of the failing tests microsoft aspnetcore c...
technical debt
1
deploy service to the cloud as a service provider i need the service to be deployed to the cloud so that i can scale capacity with user demand details and assumptions we will use the ibm cloud deploy as a cloud foundry app acceptance criteria gherkin given i have dep...
technical debt
1
reuse github workflows across repositories find a way to re use github workflows between this repository periphery and other similar repositories such as core for example we could write a reusable workflow for the lint and the build jobs
non_technical debt
0
deploy your docker image to kubernetes as a software engineer performing devops activities i need to deploy the docker image of the customer accounts microservice to kubernetes so that i can manage and scale the microservice within a kubernetes cluster details and assumptions kuberne...
technical debt
1
use mailing list summaries rather than raw body we have the mailing list summaries indexed on es we should use those rather than the raw body to save tokens
non_technical debt
0
cve medium detected in twisted whl autoclosed cve medium severity vulnerability vulnerable library twisted whl an asynchronous networking framework written in python library home page a href path to dependency file src third party wiredtiger bench...
non_technical debt
0
dev crud brand crud item crud customer crud transaction crud transaction detail photo location with following pattern of object oriented programming
non_technical debt
0
deploy service to the cloud as a system administrator i need to deploy my application to the cloud infrastructure so that i can take advantage of scalability reliability and accessibility provided by cloud services details and assumptions the service will be deployed to a cloud environment...
technical debt
1
unit tests with ftp server from filesys are very slow sec per test the unit tests with an unit test ftp server from filesys takes about second to connect to the spin up instance the startup time of the ftp server is fast but the command ftpclient connect host port takes that much time changing the ft...
technical debt
1
high cpu usage clangd if you have a core with a lot of files that have not been previously indexed the language server will spawn a lot of threads processes this large number of concurrent indexing operations clangd will consume all the cpu cores of the machine and slow down the user s machine
non_technical debt
0
gisassembly generatemods may need better spec coverage if we re not going to kill this code altogether see from it may be useful to add tests for geometry type ogrinfo of linestring line raster file format without tif leads to arcgrid lines if we re still going to deal with arcgrid ...
technical debt
1
console error trying to load a css file in aperture theme that doesn t exist is there an existing issue for this i have searched the existing issues what happened the following line in is attempting to load a css file that does not exist and doesn t need to exist asp net ...
non_technical debt
0
remove activeforums security and related code database artifacts way back in version a new table activeforums permissions was created and replaced activeforums security there are still code references stored procedures etc that reference this obsolete table remove any existing code references or dat...
technical debt
1
implement bookmark endpoints ℹ️ description implement endpoints related to bookmarks addbookmark getbookmarks … estimation last date may 🎯 tasks add dto messages request and response implement controller class implement service class es implement repository class es ...
non_technical debt
0
move custom errors from contracts to interfaces 📚 context interfaces are essential for users to know which functions can be called which events can be emitted which custom errors can be raised without interfaces users have to manually encode function calls decode return values decod...
technical debt
1
feature refactor such that chunk collection resources only belong to datasets and not datasets and users description right now chunk collection s belong to first a user and then a dataset we should change this such that chunk collection s only belong to dataset s the delete bookmark route...
non_technical debt
0
update user profile value proposition and user stories in developer guide for update the target user profile and value proposition to match the project direction we have selected provide list of the user stories and update delete existing ones if applicable including priorities this can include user storie...
non_technical debt
0
write a script to verify if package lock json is updated issue there s no checker for us to verify if package lock json is updated so we were not able to automatically catch that changeset didn t update package lock json requirements write a script and run as a gh pr checker to verify package lock json...
technical debt
1
the deposits overview client rest api endpoint is no longer used and should be removed describe the bug the deposits overview is no longer used by the woopayments client since woopayments we should remove this endpoint from the client to ensure we re not unnecessarily maintaining redundant code endpoin...
technical debt
1
dir contents diff has a local ci reproducibility flaw on ci luci we always write the file flutter logs dir noop txt that does not happen locally for example scenario app android output txt txt platformviewwithtextureviewuitest testplatformviewtwointersectingoverlays png platformviewwithtextu...
technical debt
1
can t enable sr iov gpu in ui describe the bug you can t enable sr iov gpu in the ui to reproduce steps to reproduce the behavior enable both pcidevices controller and nvidia driver toolkit addon on a system with a gpu installed navigate to sr iov gpu devices in the left sidebar ena...
non_technical debt
0
ct should not be called if disposed balancing act fuzz unbuilt listenerorderrandom query brand phet ea fuzz listenerorder random uncaught error assertion failed should not be called if disposed error assertion failed should not be called if disposed at window assertions assertfunction at as...
non_technical debt
0
determine a way to unambiguously re export types without silent conflicts heavy check mark arlyon here for a fix please see this comment this issue is now about determining the best way to fix the aliasing issue hi i just updated from to i m trying to create a subscription with subscription...
technical debt
1
should retry d transfers reflect updated configuration config before oops there s a typo directory my datta accept if the problem in the config is fixed and the process is restarted directory my data accept when starts up failed messages will be recovered from th...
non_technical debt
0
unable to set rust analyzer target directory check for existing issues completed describe the bug provide steps to reproduce it the setting rust analyzer rust analyzertargetdir does not trigger rust analyzer to write to a custom directory in my lsp settings i have json rust ...
non_technical debt
0
record new demo video for documentation demo video currently in top level overview is slightly outdated and its content has since been improved upon dashboard has been tweaked and looks a little better playlist naming has been added etc video does not yet reflect the most recent updates
non_technical debt
0
continuous integration setup as a team member contributing to the wishlists team i need to make sure my code changes won t break the master branch so that the project can continuing advancing without errors details and assumptions the team is trying to use continuous integration with github actions acceptance crit...
technical debt
1
cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files net core net nam...
non_technical debt
0
macos arm compile build problems i m trying to publish my local natives inside a jar is not my first time in doing that but this is going to be difficult i ve found some problems sbt is no more a valid command now mac users have to run brew install sbt and then for example sbt native nativecompi...
non_technical debt
0
test check all advanced options in a managed event type managedoptions implemented in from
non_technical debt
0
debt resolution onboarding austin smith welcome to the debt resolution team this ticket is to track onboarding efforts onboarding new hire tasks obtain fingerprints at va approved location as advised by prime contractor onboarding liason complete all va contractor onboarding paperwork sent...
technical debt
1
remove notify docs team workflow added via merged sept it used an action not on repo allow list so failed and was disabled there was a todo to get this added but was not done as this has never worked and uses an action not on the new org allow list propose we remove it entirely cc mar...
technical debt
1
failing test security solution cypress x pack test security solution cypress cypress investigations alerts alerts cell actions·cy·ts alerts cell actions filter before each hook for should filter out a non empty property before each hook for should filter out a non empty property a test failed on a tracke...
non_technical debt
0
deploy service to be the cloud as a i need so that details and assumptions we will use a redis database counter will be stored as name value pair acceptance criteria gherkin given i have incremented the couter to when i restart the service then the count...
technical debt
1
add a loading screen dependency overview we have a loading screen and it s ugly lol it happens quickly when people first come to our page it s just the word loading really quickly in the corner and distracts from the flow of the rest of the website bonus points if you want to add a...
non_technical debt
0
need the ability to automate continuous integration checks as a developer i need automation to build and test every pull request so that i do not have to rely on manual testing of each request which is time consuming assumptions github actions will be used for the automation workflow the...
technical debt
1
chore ui global auth route protector currently every route has to have this code in its page server ts file to ensure the user is redirected to if their session has expired or doesn t exist we need a global route protector that can do this for all desired routes investigate if this can just be done with a...
technical debt
1
write native go tests instead of plain manifests problem there is no option to launch a kind cluster in ci and perform automated testing during the development process preferred solution it is called end to end tests please follow the operator sdk about testing additional con...
technical debt
1
create automation to build images upon provisioner code changes describe the issue right now when we make code changes to the public cloud provisioner we manually trigger the build for the image and then test it and then tag it with prod to deploy the changes to prod there is scope for automation here ad...
technical debt
1
💡 마이페이지 주문상세 ui 📝 설명 마이페이지 주문조회 페이지에 결제완료 페이지 사용해서 연결시켜줍니다 ✅ 체크사항 마이페이지 주문상세 클릭시 해당 ui가 나옵니다
non_technical debt
0
sampling rate problem i have a question regarding this i have prepared a japanese dataset with a sampling rate of is it necessary to convert the sampling rate to or can i leave the sampling rate as it is thank you
non_technical debt
0
copy of deploy service to the cloud as a i need so that details and assumptions acceptance criteria gherkin given when then
technical debt
1
tab with haonick tab version software causing compatibility issue tab additional info i don t understand how to configure because i put the condition but when i do haonick random i e to put a nickname it doesn t just change my name in tabs and tags but the prefix always remains and the dr...
non_technical debt
0
network project form i cannot clearly see the options chosen in a multiple value field when selecting multiple partners it s not clear which ones have been chosen for example on
non_technical debt
0
ensure api container runs a non root user migrated from the api container seems to fail the kyverno require non root user policy validate that this is still an issue and update the dockerfile so that the container is is able to run as a non root user
technical debt
1
update to node node has reached end of life we need to upgrade we may want to start with our github actions
technical debt
1
cve medium detected in katex tgz cve medium severity vulnerability vulnerable library katex tgz fast math typesetting for the web library home page a href path to dependency file package json path to vulnerable library node modules katex package json dependenc...
non_technical debt
0
add owners md describe what should be investigated or refactored spawned from adopt something like what does to clearly define who manages zarf this will become more critical after zarf is donated to openssf it also serves to recognize emeritus status contributors and protect contribution history ...
technical debt
1
site is not usable url browser version firefox mobile operating system android tested another browser yes opera problem type site is not usable description page not loading correctly steps to reproduce more than the broken design the news appears twice in...
non_technical debt
0
remove existing customization profile system 📓 summary as part of the one discover initiative we will be phasing out the discover customization framework in favour of a more robust architecture that better supports the vision for discover while we won t be able to remove the customization framework entirely ...
technical debt
1
deploy service to the cloud as a service provider i need to deploy the service to the cloud so that the service can elasticly scale it s infrastructure to the workload saving cost details and assumptions we will be using ibm cloud acceptance criteria gherkin gi...
technical debt
1
refactor deprecated integer int constructor usage we need to refactor the usage of the deprecated integer int constructor in the chighlightsearchsettings java file the integer int constructor has been deprecated and marked for removal to maintain compatibility with future java versions and to follow best...
technical debt
1
crash on startup following verification steps to reproduce crash on startup following verification outcome crash on startup following verification operating system debian application version how did you install the app matrix provided debian package homeserver matrix org ...
non_technical debt
0
align tipset identifier with the fip the fip at present specifies tipset identifiers as cid in message the code instead uses an opaque string byte array cids are opqaue to the protocol so there s not a good reason to depend on a cid package or import any semantics but since cid has a specific ipld tag there ...
non_technical debt
0
update aboutus md for add details of each team member into the aboutus md file indicate the different roles played and responsibilities held by each team member
non_technical debt
0
gargoyles series name gargoyles series year series database ids imdb tmdb tvdb creator username blueprint description logo style card with show s font custom backdrop and episode fixups for multi episode arcs blueprint json series font id ...
non_technical debt
0
must have automation to deploy new changes to the cloud as a stakeholder i need the application to have automation to deploy new changes to the cloud so that updates and enhancements can be quickly and efficiently deployed without manual intervention details and assumptions automation for de...
technical debt
1
try to seek for race conditions occurring in actions only i ve experienced them more than little times in node masq communication communication manager at more places in there
non_technical debt
0
implement land state land state problem we need the land state to actually go back to where it launches from or where we are allowed to land for the competition solution just implement what i said above in state machine states impl land impl py additional information provide any addi...
non_technical debt
0
deploy service to the cloud as a service provider i need the service to be deployed to the cloud so that i can scale capacity with user demand details and assumptions we will use ibm cloud deploy as a cloud foundry app acceptance criteria gherkin given i have deployed ...
technical debt
1
proposal establish guidelines for where commands should go there s been some recent discussion prompted by the addition of kubeadm and how kubectl will evolve w r t which commands belong where questions to answer what commands and features should we put under kubectl under kubeadm federatio...
non_technical debt
0
establish preliminary django admin access control for content moderator users description see the following for implementation description and rationale
non_technical debt
0
is old and has major issues surrounding wire requestfrom with wire begintransmission devaddr wire endtransmission is not the correct usage of the wire lib this bug has been fixed in already years ago in
non_technical debt
0
frequent test failures of testfunctional parallel imagecommands imagelistshort this test has high flake rates for the following environments environment flake rate
non_technical debt
0
include projectred silicone in recipe is your enhancement request related to a problem please describe despite being referred to in the enablesiliconcompat config by default projectred silicone does not seem to work probably because it doesn t have ore dictionary support by default describe the so...
non_technical debt
0
region model improvements new fields spatial extent a geojson object url used in the case of usgcrp regions to point to the longform region coverage on globalchange gov could be used for other created regions for other reports if they have an equivalent page provenance region region...
non_technical debt
0
imprimir memoria la memoria ha de estar encuadernada en formato libro cosido libro pegado libro con grapa de canto metálico prensada revista de tapa dura y grapa no se deben usar formatos de encuadernación de tornillos espirales canutillos y similares
non_technical debt
0
modify url validation format description of the tech debt validation for urls was added in this card is to modify the validation so that the http or https portion of the url is not required
technical debt
1
update scrollpicker describe the feature use the scroll snap type or other means to improve the scroll behavoir of the scrollpicker why is this feature needed because the scroll behavior is not very smooth additional context from
non_technical debt
0
add the missing deprecated javadoc tag img width alt screenshot at  pm src img width alt screenshot at  pm src describe the bug deprecation should be marked with both the deprecated annotation and deprecated javadoc tag the annotation enables tools such as ides...
technical debt
1
requirement nr jobs description a user can make new job for a class group it should have a description with max characters and a max of booking rates requirement is mandatory subtasks create unittests implement backend requirements implementing making a new job ...
non_technical debt
0
list all accounts in the service as a administrator i need list all the accounts so that list all the accounts that i want details and assumptions need the way to list all the accounts acceptance criteria gherkin given i have created accounts when i look all a...
technical debt
1
use bytecode generation for pageframereducer is your feature request related to a problem currently we have several static methods used as pageframereducer for filtering and aggregation one example in the case of group by we have multiple map implementations as well as recordsink in use de...
non_technical debt
0
deploy service to the cloud as a service provider i need the service to be deployed to the cloud so that i can scale capacity with user demand details and assumptions we will use ibm cloud acceptance criteria gherkin given i have deployed to the cloud when a customer...
technical debt
1
complete deploy service to the cloud as a service provide i need to deploy the counter application to the cloud so that it can be accessed and utilized by end users anywhere details and assumptions artifacts for cloud foundry app have already been created in branch cf deploy database s...
technical debt
1
enhance approval modals for the eth flow approve max amount reported in we need to adjust modals for the classic eth flow wdyt approval modal for the case when a user connected to mm looks this way
technical debt
1
make bindconverter safe for aot or mark as unsafe is there an existing issue for this i have searched the existing issues is your feature request related to a problem please describe the problem has a ton of dynamicallyaccessedmembers all annotations it seems the class barely made the cut f...
technical debt
1
add node wrappers for node cli tools to use i m not a node expert but i ve discovered a few random tuis written in node that would likely benefit from adopting notcurses but are put to an immediate halt on evaluating due to the lack of wrappers so if there are any node experts who are interested in this project ple...
non_technical debt
0
cve medium detected in cve medium severity vulnerability vulnerable library library home page a href found in head commit a href found in base branch main vulnerable source files xmlstring c vulnerability details heap ...
non_technical debt
0
cve high detected in linuxlinux linuxlinux autoclosed cve high severity vulnerability vulnerable libraries linuxlinux linuxlinux vulnerability details a heap buffer overflow flaw was found in ipsec esp transformation code in net c and n...
non_technical debt
0
how do you configure the plugin describe your use case which is not covered by existing documentation all of the changes you describe in the brief documentation are not explained where are the ui configuration options how do i change the colour text images if i have to bake changes into a new build o...
non_technical debt
0
move terminal settings definitions and interfaces into terminalcontrib currently settings are defined in terminalconfiguration as they need to be defined on launch a method to move the implementation of these into the terminalcontrib is to just import them from terminalcongiruation and use an eslint suppression ...
technical debt
1
complete deploy service to the cloud as a service provider i need the service to be deployed to the cloud so that i can scale capacity to the user demand details and assumptions database still needed to be provisioned app needed to be pushed and connected to the database acce...
technical debt
1
cve medium detected in linux cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in head commit a href found in base branch master vulnerable source files drivers sta...
non_technical debt
0
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files vulnerab...
non_technical debt
0
cve high detected in py none any whl cve high severity vulnerability vulnerable library py none any whl library with cross python path ini parsing io code log facilities library home page a href path to dependency file test utils shippable sanity requiremen...
non_technical debt
0
explore merge queues motivation we feel the need to be up to date with main flaky tests is slowing down the velocity at which we can merges into main since the typical experience is make a pr test flakes re run test branch is out of date update branch back to step punch wall scream...
technical debt
1
remove the trait signaturekey remove key serialization what is this task and why do we need to work on it we do not need signaturekey anymore it s a wrap of jellyfish key scheme we can remove serialization of public key so that the key size on chain will be smaller is blocked by this ...
technical debt
1
feat enable colours for question categories and parties categories need to have a theme colour this can be added as a color property of the question category objects parties already have this but it has no effect in the frontend the color should be applied to the category term when shown next to the qu...
non_technical debt
0
End of preview.

No dataset card yet

Downloads last month
1