Dataset Viewer
Auto-converted to Parquet Duplicate
content
stringlengths
240
2.34M
<issue_start><issue_comment>Title: n_stable not work? username_0: Hi, I set n_stable = 5 and leave f_stable at default (0.001). Why these iterations below did not stop at the 6th epoch? Epoch | Training Error | Validation Error | Time -----------|------------------------|---------------------|---- ...
<issue_start><issue_comment>Title: multiple anonymous defines username_0: For the record, I encountered this problem one day out of the blue and thankfully only lost a couple of hours before I tried disabling the browser extensions which fixed the problem (but left me without an excellent extension :( ) <issue_comment>...
<issue_start><issue_comment>Title: Wrong example for toast username_0: ```js var $toastContent = $('I am toast content'); Materialize.toast($toastContent, 5000); ``` The above example does not show the correct code to match the description. Thanks. <issue_comment>username_1: Fixed in 4fb1621<issue_closed>
<issue_start><issue_comment>Title: Upgrade WordPress to 4.2 username_0: Tested with hhvm perf.php --hhvm hhvm --repo-auth --i-am-not-benchmarking --wordpress ![image](https://cloud.githubusercontent.com/assets/90942/7310856/3ea48c28-e9e8-11e4-9491-bfe270ec2866.png) <issue_comment>username_1: Rather than committi...
<issue_start><issue_comment>Title: Can't I pipe a stream to an object stream? username_0: ```javascript var through2 = require('through2'); process.stdin.pipe(through2(function (chunk, _, next) { this.push({ data: chunk.toString() }); return next(); })) .pipe(through2.obj(function (chunk, _, next)...
<issue_start><issue_comment>Title: Mutation Result not update in React 18 StrictMode username_0: <!-- Thanks for filing an issue on Apollo Client! Please make sure that you include the following information to ensure that your issue is actionable. If you don't follow the template, your issue may end up bei...
<issue_start><issue_comment>Title: Redesign PathwayTablePerspective username_0: PathwayTablePerspective is deprecated and rightfully so. Here are some design alternatives: Provide a defined field in the TablePerspectives where additional information can be held. Specifically, this would be a reference to the pathway d...
<issue_start><issue_comment>Title: docs: add notes to deadlocks redundant rollback username_0: <!-- Thanks for wanting to fix something on Sequelize - we already love you! Please fill in the template below. If unsure about something, just do as best as you're able. If your PR only contains changes to documentatio...
<issue_start><issue_comment>Title: Add support for new "downtime" API calls username_0: per http://docs.datadoghq.com/api/#schedule-downtime . <issue_comment>username_1: Not sure I'll have the time today, but I'll see if I can get to it this week. <issue_comment>username_1: hey @username_0 should be good to go, `v0....
<issue_start><issue_comment>Title: Incorrect deprecate warning when MarkerLayer::markRange passed persistent options username_0: I'm working on Atom master branch to catch-up display-layer. cc @username_1 Then I noticed this warning. Assigning custom properties to a marker when creating/copying it is ...
<issue_start><issue_comment>Title: os: File should be an interface username_0: By analogy with #13473, os.File should also be an interface. That would permit a program to use files in the abstract sense, including implementations not provided by the os package. <issue_comment>username_1: Related: #5636 (VFS layer), in ...
<issue_start><issue_comment>Title: Get 'code' from iOS SDK username_0: According to the Web API 'Authorization Code Flow' I need a 'code' to be able to refresh my token. Is there any possibility to get the 'code' from the iOS SDK? <issue_comment>username_1: @username_0 what you want is like: ```objective-c NSURL *...
<issue_start><issue_comment>Title: OnPlayerGiveDamageActor - no publics called in main amx script username_0: I am not totally sure as to what is going on so i'm submitting a bug incase you might know what causes this. I use OnPlayerGiveDamageActor public in my amx script, it works great, but only on windows build...
<issue_start><issue_comment>Title: [WIP] RPC: Indicate which transactions are signaling opt-in RBF username_0: I'm not sure how users of bitcoind are expected to figure out which transactions could be replaced via opt-in RBF, so I took a first stab at exposing that via RPC. I've started by adding it to `getrawmempool`...
<issue_start><issue_comment>Title: add --subroutinize/--no-subroutinize options username_0: This PR depends on https://github.com/googlei18n/ufo2ft/pull/61 If that's merged, the fontmake default behavior would remain the same as the current one: i.e., always run compreffor if a CFF table is present. But In additi...
<issue_start><issue_comment>Title: (dbg, c, windows) failure: tests.vsprojects/Debug/h2_proxy_nosec_test.exe disappearing_server username_0: ``` E0311 14:04:14.080000000 6844 disappearing_server.c:174] assertion failed: status == GRPC_STATUS_UNIMPLEMENTED D0311 14:04:14.081000000 6844 test_config.c:73] Abort handle...
<issue_start><issue_comment>Title: NPE when getting the commit change log in Git username_0: In version 2.17.4: ``` java.lang.NullPointerException at org.eclipse.jgit.lib.ObjectIdOwnerMap.get(ObjectIdOwnerMap.java:131) at org.eclipse.jgit.revwalk.RevWalk.parseAny(RevWalk.java:837) at org.eclipse.jgit.revwalk....
<issue_start><issue_comment>Title: Demo from README not working on astrolab machines username_0: ``` We're using: Py 3.4.3 on Scientific Linux. <issue_comment>username_1: Thanks! Should be fixed in https://github.com/username_1/multiband_LS/commit/7733e54d93a4c20346384301d59b190a77b72267 It is due to an API change ...
<issue_start><issue_comment>Title: uninitialized constant User::SharedAlbum (NameError) username_0: I want to create admin dashboard which showing me this error. I Configured devise in my App with 2 modules [admins, users] I think that makes some issues but not sure. ``` rails g administrate:dashboard User ...
<issue_start><issue_comment>Title: tsc.exe : Unsuported local username_0: When building in VS 2015 Update 3 (14.0.25422.01) I get this error: error TS6049:Build:Unsupported locale 'sv-SE'. (error MSB6006: "tsc.exe" exited with code 1.) 1. I did not specify this local 2. I don't want this local. 3. Stop localizin...
<issue_start><issue_comment>Title: cli: Support editing app metadata username_0: I should be able to manage app metadata via the CLI, for example: ``` $ flynn meta KEY VAL foo bar $ flynn meta set foo=baz bar=qux $ flynn meta KEY VAL foo baz bar qux $ flynn meta unset foo $ flynn meta KEY VA...
<issue_start><issue_comment>Title: add module list modulename to list commands in a module username_0: How about adding this feature for module commands module list helloworld ``` 127.0.0.1:6379> module list helloworld 1) "hello.push.call" 2) "hello.zsumrange" 3) "hello.push.call2" 4) "hello.list.splice....
<issue_start><issue_comment>Title: Update auto_save.py username_0: Prevent call to save if auto complete is visible. Note This change causes the save not to get called when auto complete popup is visible. So any file changes made while auto complete is visible is not saved. This is a solution for the issue discu...
<issue_start><issue_comment>Title: 🛑 donate.memo.ru is down username_0: In [`cff80fa`](https://github.com/username_0/uptime/commit/cff80fa912107245f606cb8f3e83cc1ce86b362d ), donate.memo.ru (https://donate.memo.ru) was **down**: - HTTP code: 403 - Response time: 324 ms <issue_comment>username_0: **Resolved:** donate.m...
<issue_start><issue_comment>Title: Fix rounding problem with 90 deg rotation username_0: Rounding errors seem to occur randomly, hence hard to test against. <issue_comment>username_0: Small fix, is already in library [in some other place](https://github.com/craftyjs/Crafty/blob/ed3c58bc899716a762cbb89f29e3ee919a077522/...
<issue_start><issue_comment>Title: Fix for Issue #974. Double clicking on Mocha tests opens external editor. username_0: Issue #974 ##### Bug Double clicking in Mocha test causes JavaScript file to open in external editor. ##### Fix Jumping to line: 0, column: 0 seems to cause this. Changed default to line:...
<issue_start><issue_comment>Title: Drop special handling of bookmarks username_0: Bookmarks are now called "favorites", and can be accessed like other items, too. Therefore, they can be configured as "starting points" like any other collection. Except for some peculiarities, like the `members` field, and `collection:f...
<issue_start><issue_comment>Title: 🛑 La Especial is down username_0: In [`c3aed6f`](https://github.com/erpcya/status/commit/c3aed6f0b02ee63be8429d1cb02137e9bd05a10b ), La Especial ($URL_16) was **down**: - HTTP code: 0 - Response time: 0 ms <issue_comment>username_0: **Resolved:** La Especial is back up in [`645e290`]...
<issue_start><issue_comment>Title: ActiveAdmin Filters For UUID username_0: I have implemented UUID functionality on user model using the below link [http://rny.io/rails/postgresql/2013/07/27/use-uuids-in-rails-4-with-postgresql.html](url) Now my current schema looks like this: ```sh create_table "users", forc...
<issue_start><issue_comment>Title: Improve notification of missing TMX string username_0: <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/bloombooks/bloomdesktop/1172) <!-- Reviewable:end --> <is...
<issue_start><issue_comment>Title: Depend on 'indentation-parsec' instead of 'indentation' username_0: <issue_comment>username_1: Can you also update stack.yaml and .travis.yml to not include my hack? <issue_comment>username_0: Done. I don't use stack, so I hope I did that correctly (in particular, not sure if I need...
<issue_start><issue_comment>Title: Bump cluster autoscaler to 0.3.0-beta3 username_0: cc: @username_1 @fgrzadkowski @jszczepkowski <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes....
<issue_start><issue_comment>Title: Adding accessors for setting either pt or e in correctors username_0: For future compatibility (and for backwards compatibility with users code) it is useful to set both the E and pt for jet corrections. This has no underlying affect but will allow for possible future developments, an...
<issue_start><issue_comment>Title: Change 'Export Data - (c) Krajee' title username_0: I feel like the '(c) Krajee' and 'krajee yii2-export plugin' in the browser windows' titles and exported file descriptions are kind of overkill for an open source BSD3 license plugin. <issue_comment>username_1: I do not think it is a...
<issue_start><issue_comment>Title: Flutter app triggering anti-virus checkup on Windows username_0: The Windows .exe file of my Flutter developed application triggers an anti-virus checkup by Avast when it's started. The file comes up clean, but it's not a very user-friendly experience, since I'm planning a public rele...
<issue_start><issue_comment>Title: Extraction fix username_0: When the arguments are passed by parse_arguments, no information is keeped. But only string literals should be extracted. I've a patch for markey (PR#3, https://github.com/EnTeQuAk/markey/pull/3) to provide a new function named parse_arguments_with_type, so...
<issue_start><issue_comment>Title: Discussion: Use public mirrors, or unify as one service username_0: So i'm at a crossroads here. This ticket relates to #7 and #68. One thing that would be nice is to have folks mirror data for vapor. There would be an `update.php` script, and when I update, I could hit that ...
<issue_start><issue_comment>Title: XML Error on Server Crash username_0: When our XMPP server crashed, the bot hooked up to it failed to reconnect when it was restarted. Looking at it, it seems it had an exception due to the XML (see screenshot). This seems to be a Pontarius-specific issue, rather than one related to m...
<issue_start><issue_comment>Title: Workshop creation/update/delete username_0: <issue_comment>username_1: @username_0 I can take it up. Let me know if its fine. One more thing CBV vs FBV, which one is preferred . I have checked login, its using FBV. Pls confirm. <issue_comment>username_0: CBV would be good . Login ...
<issue_start><issue_comment>Title: Removal of IE8, minor grammar and wording changes username_0: All the changes are just suggestions ;-) <issue_comment>username_0: Nothing major is this PR. Overall the site is looking cool! I'll have to update the RiotGear CSS now! <issue_comment>username_1: Not sure why there is a co...
<issue_start><issue_comment>Title: Log error username_0: Because it's useful. <issue_comment>username_1: why? <issue_comment>username_2: I'm not sure about this either. Also, did you check for `console` for IE awesome-ness compatibility? <issue_comment>username_0: We are catching the error and reporting it to Sentry, b...
<issue_start><issue_comment>Title: Update GettingStarted.md username_0: Adding the command to install `ts-jest` since it is an implied install here and may lead to the end user only running the `@types/jest` command which will not allow the tests to run. <!-- Thanks for submitting a pull request! Please provide enou...
<issue_start><issue_comment>Title: [Event Request] Page 46 "Sales Order Subform" - New publisher OnBeforeNoOnAfterValidate username_0: Hello, we need a new Event publisher in procedure NoOnAfterValidate(). Can you please check that? Thank you! procedure NoOnAfterValidate() begin OnBeforeNoOnAft...
<issue_start><issue_comment>Title: [WIP] SparseVector support + tests username_0: Addresses #6479 Definitely not ready yet, but there's been some chatter, so I figured I'd push what I've been working on. I'm kind of adding to it here and there (since there's a lot to do), but if anyone else wants to help push this a...
<issue_start><issue_comment>Title: fix: temporarily handle httpchecksum trait the same as httpchecksumrequired username_0: ## Issue \# (none) ## Description of changes Temporarily adds support for handling `httpChecksum` the same as `httpChecksumRequired`. This enables consuming the latest model changes from S...
<issue_start><issue_comment>Title: Callback validator consumes string class name via ::class resolution username_0: Added ability to inject string class name into callback validator constructor. <issue_comment>username_0: Im not happy that `setCallback` brings more magic. However anonymous functions cannot be serialize...
<issue_start><issue_comment>Title: Equals for NfaNodeIdSet always returns false username_0: Overrided Equals for NfaNodeIdSet in FSA/GraphBasedFsa.fs always returns false. let n = yr.Length xr.Length = n && (let rec go i = (i < n) && xr.[i] = yr.[i] && go (i+1) go 0) Even if ...
<issue_start><issue_comment>Title: Traffic username_0: Hi, Is there any way to get the total traffic handled by Ion ?! I want to show my user how much of his/her data traffic my app has consumed<issue_closed> <issue_comment>username_1: check out stethomiddleware to see how to intercept request.
<issue_start><issue_comment>Title: Load Settings from file username_0: The settings need to be loaded from a file, which will be specified from the command line. The config file will be XML (to match the actual generated files). It will support having a single "job" with one set of settings, as well as having multiple ...
<issue_start><issue_comment>Title: [WIP] Fix handling of visibility modifiers username_0: Fixes both #793 and #792. <issue_comment>username_1: Mein lieber Scholli! Looking forward to reviewing this one! <issue_comment>username_0: Ready for review! <issue_comment>username_1: Already penciled this bad mother in for my...
<issue_start><issue_comment>Title: Fix lib install locations for multilib environments username_0: When installing libs or header files CMake variables should be used rather than using hard-coded paths. This can cause issues with multilib environments for example. <issue_comment>username_1: This looks like the advantag...
<issue_start><issue_comment>Title: common.StringContains() is exactly equal compare, but used for "contains". username_0: For example: https://github.com/username_1/gopsutil/blob/master/host/host_linux.go#L340 In Linux: $ grep kvm /proc/modules kvm_intel 143109 6 - Live 0x0000000000000000 kvm 451552...
<issue_start><issue_comment>Title: Fix learn.json in TodoMVC example username_0: I hit this while setting up my own "Relay TodoMVC with routing" example. You need to set up `data-framework` and the framework key on `learn.json` to get the sidebar to show up (otherwise `learn.json` doesn't do anything). The `source_p...
<issue_start><issue_comment>Title: The “config” directory should be renamed to avoid a tab completion collision with “content” username_0: Yeah, I’m completely serious about this. I’m used to tab completion in a shell *working*—that the first three letters of a directory name will almost always be unique in a direct...
<issue_start><issue_comment>Title: Add schema validation methods and specs username_0: Replication requires that the schemas on the global and regional databases are *exactly* the same. This includes the ordering of columns. https://github.com/ManageIQ/manageiq/pull/8337 addressed the issue of old migration timestamps...
<issue_start><issue_comment>Title: scylla compat username_0: - some flexibility for CQL field names - some resiliancy for CQL errors that the datastax driver doesn't do a good job of catching (an error occurs, the connection closes, and the datastax client driver lets you check out the bad connection from the pool aga...
<issue_start><issue_comment>Title: Groups and Locations username_0: Currently there is no way to inspect or conveniently build a light target for groups or locations. <issue_comment>username_0: See https://github.com/username_0/LIFXHTTPKit/tree/groups-locations Deciding if it's worth using a stubbing library to star...
<issue_start><issue_comment>Title: Terminal cursor position goes to last line when creating/destroying splits username_0: - Neovim version: 0.1.2 - Operating system: OSX - Terminal emulator: Iterm2 ### Actual behaviour In term normal mode, cursor position moves to the last line when adding/deleting a split. ### ...
<issue_start><issue_comment>Title: Exception rendering swagger format (2.0.3) username_0: I just converted to 2.x. Maybe I have something misconfigured? ` File "/home/gwhite/.virtualenvs/inteleca-server/lib/python3.5/site-packages/django/core/handlers/base.py", line 174, in get_response response = self.process...
<issue_start><issue_comment>Title: fixes support for gzip username_0: Hello! The original gzip code wasn't working properly due to `extname` being returned with `undefined` prefixed to the string. To simplify things and take advantage of the new build pipeline, I made an assumption that gzip support should automati...
<issue_start><issue_comment>Title: Individual visit spectra should be in a Barycentric frame username_0: See: Troup et al. paper on substellar companions <issue_comment>username_0: This is about whether the `apVisit.xxx.fits` files are Barycentric, not about the measurements in `allVisit.fits` (those are Barycentric). ...
<issue_start><issue_comment>Title: Background preview not updating when deleting the node username_0: Dynamo 0.9.1.4062, Windows 7, Revit 2015 Created a circle, deleted the node but circle remained in the background. <issue_comment>username_1: @username_0 - I've seen some issues related to geometry not cleaning up w...
<issue_start><issue_comment>Title: bsunanda:Run2-hcx70 Backport PR 13491(scenario with new HCAL TP) username_0: Additional scenario allowing new HCAL Trigger Primitive keeping 2015 layout of HCAL readout channels <issue_comment>username_0: @username_1 @username_3 please take a look at this PR for 8_0_X. If possible it ...
<issue_start><issue_comment>Title: Documentation? username_0: Is there a canonical source for Drone's documentation? The README links to http://readme.drone.io/usage/overview/ (which in turn links to http://drone.readthedocs.org/en/latest/ which is dead) and https://github.com/drone/drone/blob/v0.2.1/README.md#builds. ...
<issue_start><issue_comment>Title: not handling "?" in url username_0: ![screen shot 2016-06-14 at 11 39 51 am](https://cloud.githubusercontent.com/assets/8654692/16028679/ededbeae-3224-11e6-8c60-28af46e72822.png)<issue_closed> <issue_comment>username_1: Thanks for reporting. It was being too smart at shell parsing, an...
<issue_start><issue_comment>Title: [WIP] Fix for not working ctrl/cmd + s on PSM date/slug username_0: closes #4556 - extracts PSM specific save method - refactoring to the was post is saved <issue_comment>username_1: Hey @username_0, this has been languishing for a bit - I'm going to close it to keep things clean ar...
<issue_start><issue_comment>Title: Question: Preloading username_0: When I use .downloadOnly() to preload an image into disk cache, and while it's still downloading it, If I try to load it into an ImageView normally, will Glide detect that it was already preloading it, and continue to do so, or will it start a new down...
<issue_start><issue_comment>Title: np.dtype doesn't represent datetime64 with timezone username_0: Code to reproduce (using Pandas): from dateutil.parser import parse import numpy as np import pandas as pd df = pd.DataFrame([parse("Mar 10, 2016 11:20 PM EDT")], columns=['ts']) df.dtypes['ts']...
<issue_start><issue_comment>Title: CSS-based paths for L.Icon.Default. #4604, #3696, #4579 username_0: Takes some inspiration from #3559 (thanks,@sheppard!). This: * Allows overriding the retina URLs for `L.Icon.Default` (#3696) * Allows replacing the autodetected path for `L.Icon.Default` images (#4604) * The CSS...
<issue_start><issue_comment>Title: Update version numbers for listed technologies in README.md username_0: The version numbers in install/download_tech have outpaced the documentation. Help them catch up. <issue_comment>username_0: I have a fix ready for this, I just need a branch that I have permission to push to. <is...
<issue_start><issue_comment>Title: Added parallel collation for fms and fixed a small bug in '-d' implementation username_0: Paul's collation jobs were taking a long time, he was saving at high temporal resolution and doing ensembles, and my high temporal resolution 0.1 deg sims were taking 12+ hours to collate, so thi...
<issue_start><issue_comment>Title: TroubleShooting username_0: I need help with making a wiki page for common issues and how to fix them, here is what is done so far [[Troubleshooting]]. If you can just post some common errors you have came into while using multimc (Like the Java virtual machine one) Please comment the...
<issue_start><issue_comment>Title: mmap over 4gb? username_0: I came across your blog post about mmapping files over 2 gb. http://nyeggen.com/post/2014-05-18-memory-mapping-%3E2gb-of-data-in-java/ I tried it, and I get EXCEPTION_ACCESS_VIOLATION when I try to access a file position over 4gb. Java frames: (J=co...
<issue_start><issue_comment>Title: Avoid unnecessary locks in ROOT function GetBaseClassOffset() username_0: The ROOT function GetBaseClassOffset() does locking that seriously hurts threading efficiency, especially in analysis jobs using pat::. In the vast majority of the cases (in fact in all cases so far observed), t...
<issue_start><issue_comment>Title: Map Pack Support username_0: Now that we have a new map available (#85), there should be a simple way to add/remove map packs. Ideally it would be nice to be able to switch between "map packs" via the config file (that way the user does not need to download 2 different versions of the...
<issue_start><issue_comment>Title: Feature/pep8 username_0: Here's another sweep through the code for pep8iness. Mostly whitespace fixes, as well as a few stylistic changes/modernization. A couple of missing imports too. I did not include long line fixing for tests/. I will include that in a separate PR. <issue_comm...
<issue_start><issue_comment>Title: mako <%include: TemplateLookupException (cache problem?) username_0: A comment in `/usr/share/pyshared/salt/utils/mako.py` states: ``` If URL is an absolute path then it's treated as if it has been prefixed with salt://. ``` This doesn't work, but prefixing with salt:// does...
<issue_start><issue_comment>Title: Specify padding for base64URL encoded values username_0: We may want to specify the padding for base64URL encoding in https://interledger.org/five-bells-condition/spec.html. From [rfc4648](https://tools.ietf.org/html/rfc4648) : ``` In some circumstances, the use of padding ("=")...
<issue_start><issue_comment>Title: Get Response body KW is not reading the json object which has got array. username_0: Hi, I am trying to read below response body using Get Resonse Body KW. { "addresses": [ { "id": "490", "city": "city93111", "country": "count...
<issue_start><issue_comment>Title: Add ability to disable or filter object embed - admin / settings username_0: Object embed is a source of bots-net styled Denial of Service attacks for chat based systems For the admin / settings page, it would be nice to have: 1. setting to disable embed altogether 2. sett...
<issue_start><issue_comment>Title: Capstone-window pypi package is broken username_0: (Test) C:\Users\mic>dir Test\Lib\site-packages\users\mic\test\Lib\site-packages\capstone\capstone.dll Volume in drive C has no label. Volume Serial Number is 46F6-6EB2 Directory of C:\Users\mic\Test\Lib\site-packages\users\mic...
<issue_start><issue_comment>Title: Avoiding re-render with functions in props username_0: When the app has a single state (e.g, Redux), updating the state causes the top-level component to redraw. Components that take a function in props consider the props changed, if the function is created in the ancestor's `render` ...
<issue_start><issue_comment>Title: Smooth out post flight / MAVLink FTP usability quirks username_0: @DonLakeFlyer I'm not sure if that's fun for your out of town time, but one of the challenges our flight testers have is to pull logs off the SD card. There are two main aspects to it: 1) UI: The file transfer dialog...
<issue_start><issue_comment>Title: Add functional style syntax (prefix notation support) username_0: For not defined identifiers, treat them as method calls. Examle: ```ruby lc("STRING") == "STRING". lc; # when function " lc" is not defined by the user ```<issue_closed> <issue_comment>username_0: Added here: htt...
<issue_start><issue_comment>Title: Offline: Make it possible to store (and load) maps on more than just the first of externalFilesDirs() username_0: I just browsed through the code and it looks like currently it is only possible to download regions to the externalFilesDir (i.e. the first result of getExternalFilesDirs(...
<issue_start><issue_comment>Title: Odd behaviour when using a virtual foreach as the sole child of a template username_0: Say I want to use templates to insert `td`s: <table data-bind="foreach:$data"> <tr> <td data-bind="text:template_name"></td> <!-- ko template: { name: template_name, ...
<issue_start><issue_comment>Title: Fix recommended mime-types require username_0: `mime/types/columnar` wasn’t added until 2.6.1. <issue_comment>username_1: Whoops <issue_comment>username_1: thanks! <issue_comment>username_0: Actually, this should probably be tweaked to be `>= 2.6.1, < 4` so that `derailed_benchmarks` ...
<issue_start><issue_comment>Title: 404 error when accessing to a shared table username_0: **Steps** From a new brand organisation, with two new users (A -the owner-, and B): * Create a new table in user B. Add some rows randomly. Share it with read permissions to user A * Log into user A, go to the datasets dash...
<issue_start><issue_comment>Title: API: Index.map should return Index rather than array username_0: ``` python df2=pd.DataFrame([[0,1],[2,3]],columns=['c1','c2'],index=['i1','i2']) df2.index.name='index' df2.to_html() ``` ``` html <table border="1" class="dataframe">\n <thead>\n <tr style="text-align: right;">\n ...
<issue_start><issue_comment>Title: Update Geoserve to load GeoNames from FTP site username_0: Update the install process to load from the FTP site (instead of the GeoNames site). This way all servers will have the same copy of the GeoNames dataset. There are four files that are loaded during the Geoserve install pro...
End of preview. Expand in Data Studio

Dataset Card for "issues_content_500k"

More Information needed

Downloads last month
18