content stringlengths 240 2.34M |
|---|
<issue_start><issue_comment>Title: Add better copy+paste error handling (again)
username_0: Summary of changes from commits:
* Fix a small error I forgot about in Firefox
* Return a promise when stopping a connection (add it to the actual core methods and then propagate those promises to the UI)
* General error re... |
<issue_start><issue_comment>Title: Screenshots should be cacheable but use timestamps/hashes
username_0: Ideal solution is to use the dragonfly gem for handling image uploads. Then the designer can request just the image sizes he needs dynamically. These images will automatically be assigned a hash in order to bust cac... |
<issue_start><issue_comment>Title: Increase scheduled_test timeout on dart2js transformer tests
username_0: Those tests are intermittently flaking on Windows. Since running dart2js takes a while, I think it's scheduled_test that's killing the test before it completes. We should probably bump up the timeout on those tes... |
<issue_start><issue_comment>Title: initial support for storcli
username_0: install storcli, remove megaraid
use storcli for monitoring check
matching PR for checks - https://github.com/blueboxgroup/ursula-monitoring/pull/1
<issue_comment>username_1: This part looks okay, other than I don't like adding more externa... |
<issue_start><issue_comment>Title: List of files/blob
username_0: How do I get the list?
<issue_comment>username_1: ...or I might expand on what @username_0 is asking;
I am just learning Feathers, so forgive if the is a noob question.
Would this be considered a "typical" Feathers "service"? Is there really any meth... |
<issue_start><issue_comment>Title: Clean up GerritCheckoutProvider.getCloneBaseUrl()
username_0: This is to track that [this code](https://github.com/uwolfer/gerrit-intellij-plugin/blob/master/src/main/java/com/urswolfer/intellij/plugin/gerrit/extension/GerritCheckoutProvider.java#L144) can be cleaned up now as [Gerrit... |
<issue_start><issue_comment>Title: Filters With Exclamation Mark
username_0: It would be nice if Liquid supported filters that end with an exclamation mark. The current support is a little odd though, as the strict parser allows it, but the lax does not.
Lax
```ruby
$ > template = ::Liquid::Template.parse(%q({{'y... |
<issue_start><issue_comment>Title: Order of val in relation to children?
username_0: I don't know if this is an issue because I'm not 100% familiar with XML specifications, but I don't seem to be able to know where the val is in relation to the children, for example for this xml string
```
<some>
<child>... |
<issue_start><issue_comment>Title: Update to npm@next
username_0: Work I did a while ago any didn’t care to PR, sorry. :smile:
I can update the commit messages to be a bit more descriptive if you like, they weren’t intended for public eyes when I wrote them :P
cc @username_1
<issue_comment>username_1: Merged as 1... |
<issue_start><issue_comment>Title: Setting polymorphic field just uses base class
username_0: If I have a POJO with a field that that has type of the base class of a polymorphic class defined using Jackson's @JsonTypeInfo to deserialize to different sub-classes based e.g. on an enum field of that base class then when I... |
<issue_start><issue_comment>Title: Update CocoaPods to 3.1.3
username_0: Hi Erik,
The 3.1.3 release is not available yet on CocoaPods. Would you updating the podspec?
That would be super helpful :)
Let me know if there's any way that I can help.
<issue_comment>username_1: yes, that would be great :-)
<issue_co... |
<issue_start><issue_comment>Title: Error from using shapefile with multiple points
username_0: Getting the following error in the console from the web example: http://leaflet.username_1.com/#3/32.62/10.63
`shit RangeError: Offset is outside the bounds of the DataView(…)`
I used the shapefile from: http://lynxlynx... |
<issue_start><issue_comment>Title: Please explain how to get NH township versus county level results via the Python API
username_0: 
<issue_comment>username_1: Township are just results where `level="township"` and county are ... |
<issue_start><issue_comment>Title: Use icon to open md-select (or dynamically open it)
username_0: Hi,
I would like to know if it's possible to have an icon that triggers a md-select.
Look at this image, this is the desired effect that I would like to have.
[Select triggered by icon](http://i.stack.imgur.com/JZ1qk... |
<issue_start><issue_comment>Title: Use /batch for multiple tracking ids
username_0: Referring to [Batching multiple hits in a single request](https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide#batch), it looks like we can send just one request when dealing with multiple tracking ids rathe... |
<issue_start><issue_comment>Title: Cannot display the reponse if it cannot format it
username_0: - VSCode Version: 1.3
- OS Version: Win 7
When the response contain element that cannot be parsed (Php error as exemple), it display the last preview or display an error message : "Unable to open '\response-preview': Un... |
<issue_start><issue_comment>Title: FAQ example is incorrect
username_0: [The example in FAQ](https://github.com/go-gomail/gomail#faq) is incorrect:
```
d := gomail.NewPlainDialer("smtp.example.com", "user", "123456", 587)
```
Should be:
```
d := gomail.NewPlainDialer("smtp.example.com", 587, "user", "123456... |
<issue_start><issue_comment>Title: ActiveRel factories will build CREATE String
username_0: Fixes the bug documented in specs: when using ActiveRel to create nodes in addition to rels, node properties that look like Cypher params were being interpreted literally. This modifies ActiveRel's query factory to build a CREAT... |
<issue_start><issue_comment>Title: Wrong IPv6 returned
username_0: JS Source:
```js
ip.address( 'public', 'ipv6' ) // returns fe80::ad42:39c7:ff81:733
```
OS:
```zsh
$ ip addr
inet6 2003:6a:6808:3f01:64d6:e507:513e:71ec/64 scope global mngtmpaddr noprefixroute dynamic
```
I shortened the output just becaus... |
<issue_start><issue_comment>Title: JdkMongoSessionConverter supports custom ClassLoader
username_0:
<issue_comment>username_1: Thanks for the PR! This was merged via 9014ac906026094131f42c61e1dc40f7f5ac515f I also applied a bit of polish for your review b58ea03a3b712f764eac1371fe7496a42cf91715
I went ahead with the... |
<issue_start><issue_comment>Title: Reserved characters should not be percent-encoded
username_0: purell should not normalize reserved characters, as per [RFC3986](http://tools.ietf.org/html/rfc3986#section-2.2):
reserved = gen-delims / sub-delims
gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / ... |
<issue_start><issue_comment>Title: MatchHistoryRequest returns Lol::InvalidAPIResponse
username_0: I believe the matchhistory endpoint has been deprecated. Would it be possible to deploy a new gem version with the changes in master (match_list)?
<issue_comment>username_1: Hey Jared,
I am currently on holiday without a... |
<issue_start><issue_comment>Title: Meta bug for sdo-phobos release (as v2.2)
username_0: As of 2015-10-02 sdo-phobos is looking pretty complete. It is closed for substantive schema/example changes except those that arise here from final review by steering group.
/cc @pmika @username_2 @ajax-als @scor @username_5 @tm... |
<issue_start><issue_comment>Title: electronic-gradeable-with-no-TA-grading grades released date
username_0: The edit gradeable form currently hides the grades released date when no ta grading is selected. It should still be visible.
Because we don't have a grades released date, these items seem to be stuck in the "... |
<issue_start><issue_comment>Title: Tensorflow in Windows
username_0: Can I compile and execute this code on windows? I tried like
"pip install -r requirement.txt
Then get error:
Could not open requirements file: [Errno 2] No such file or directory: 'requirement.txt'"
I think I may not using right command. I am... |
<issue_start><issue_comment>Title: [docker] test ways to not need root
username_0: This issue is a migration from singularityware/singularity [to be deleted]
@chrisfilo had an idea to somehow "tar.gz the entire docker image (and then not need root)" and this could be further thought out, so possibly some day we can ... |
<issue_start><issue_comment>Title: [Payum] Exception for NotifyRequest when using Omnipay Bridge
username_0: I am using Payum and the Payum OmnipayBridge in production for some time now and most of the payments (95%) go through properly. But sometimes I get a message from the payment provider Mollie that the webhook re... |
<issue_start><issue_comment>Title: 🛑 Docs is down
username_0: In [`7b374c7`](https://github.com/Warwick-Engineering-Society/uptime/commit/7b374c7180ef0780b2e2784222cd01c2147dd7b8
), Docs (https://docs.engsoc.uk) was **down**:
- HTTP code: 0
- Response time: 0 ms
<issue_comment>username_0: **Resolved:** Docs is back up... |
<issue_start><issue_comment>Title: Feature: Preview Handler for Google Spreadsheets
username_0: Nice to have: inline preview (iframe) for data sets that have google spreadsheet as type
Example: http://datahub.io/dataset/fc-basel/resource/3094a953-f1ab-4f69-816b-a4b76c5603ed<issue_closed>
<issue_comment>username_1: ... |
<issue_start><issue_comment>Title: Update uuid to version 3.0.0
username_0: ## Version 3.0.0 of [uuid](https://github.com/kelektiv/node-uuid) just got published.
Hi there,
This week a new version of the [uuid](https://github.com/kelektiv/node-uuid) module got released. The old module which was available by the name [... |
<issue_start><issue_comment>Title: Add DER keys
username_0: Adds DER conversions of various existing keys. The docs list exactly what has been added. These vectors are needed for #1573.
Depends on #1606 (and will need a rebase once it lands)
<issue_comment>username_1: Other than the paths in the docs being wrong thi... |
<issue_start><issue_comment>Title: New line after comments in CSS files
username_0: Whenever I use atom-beautify on CSS files, all `/* */` line or block comments get an empty line after them.
`. There should be a simple function that can be overwritten to provide custom functionality.
For example:
- I might wan... |
<issue_start><issue_comment>Title: plugins v2 (sectioned db, with hooks)
username_0: Basically, instead of hooking new behaviour into the main database, you can create sub sections:
``` js
SubLevel(db)
var fooDb = db.sublevel('foo', '~')
```
`fooDb` is an object with the levelup api, except when you do an `fooDb.put(... |
<issue_start><issue_comment>Title: Update .coveragerc file
username_0: The options of ``.coveragerc`` have changed with ``coverage`` 4.0.
The ``exclude`` option seems to have been renamed:
```
py27 installed: coverage==4.0,iPOPO==0.6.3,jsonrpclib-pelix==0.2.6,nose==1.3.7,wheel==0.24.0
[...]
coverage.misc.CoverageE... |
<issue_start><issue_comment>Title: clock plugin breaks wox
username_0: Wox version: 1.3.67
OS Version: Microsoft Windows NT 10.0.10240.0
Date: 05/24/2016 22:53:32
Exception:
Wox.Plugin.SimpleClock
System.TypeLoadException
Could not load type 'Wox.Infrastructure.Storage.BaseStorage`1' from assembly 'Wox.Infrastruc... |
<issue_start><issue_comment>Title: No 0.3.x versions available in npm registry.
username_0: Checking the versions available in the npm registry, it skips from v0.1.12 to v0.4.1
Are any v0.3.x available somewhere else since that's considered the present stable version according http://meanjs.org/? Maybe the "Downloa... |
<issue_start><issue_comment>Title: Postgres password secret regenerated on upgrade but not updated in postgres server
username_0: Not specifying the password for the postgres password secret causes a random alphanumeric value to be generated for the password, this works fine the first time the chart is installed but wh... |
<issue_start><issue_comment>Title: Ubuntu 16.04
username_0: Hello,
i still get "==> default: mesg: ttyname failed: Inappropriate ioctl for device" everytime vagrant starts a provision-script. I have the latest vagrant-version 1.8.5 on Mac OS X El Capitan.
Can I solve this?
Thanks!
<issue_comment>username_1: He... |
<issue_start><issue_comment>Title: Revert from expressions to reflection in Portable40
username_0: The change to using expressions for reflection in portable builds (57ccaf0) requires the use of dynamic code generation. This adds a size overhead of ~2MB per architecture to Xamarin.iOS apps because it requires Mono.Dyna... |
<issue_start><issue_comment>Title: Spinner with ReactJS ignores options
username_0: I'm currently seeing the options I set for the spinner being ignored when used in parallel with ReactJS. Here are the set options in the context of the ReactJS class
```javascript
var ArtistForm = React.createClass({
base... |
<issue_start><issue_comment>Title: Threads broken on msys2/mingw32?
username_0: Sorry if this is just a mistake on my end! After following the setup instructions over at [oh-god-windows.md](https://gist.github.com/username_2/df7b9a88167de53636fc) everything works fine, except any program using the Thread class crashes ... |
<issue_start><issue_comment>Title: Dygraph 1.1.1 not working on WebKit-based browser
username_0: Dygraph v1.1.0 and v1.1.1 is not working on WebKit based browser e.g [Midori](http://midori-browser.org/), [Uzbl](http://www.uzbl.org/), [DWB](http://portix.bitbucket.org/dwb/) and [Surf](http://portix.bitbucket.org/dwb/); ... |
<issue_start><issue_comment>Title: Router doesn't work anymore after switching active shell when using configureRouter
username_0: **I'm submitting a bug report**
* **Library Version:**
1.0.1
**Please tell us about your environment:**
* **Operating System:**
Windows 10
* **Node Version:**
4.4.7
* **NP... |
<issue_start><issue_comment>Title: Support importing markdown files
username_0: This is part of the epic #4605
----
We now have zip support in the uploader, meaning that it is possible to import from a set of files, rather than a single file. This issue describes the basic markdown file support that should be bui... |
<issue_start><issue_comment>Title: update migrations to match documentation
username_0: updating migrations to match documentation for issue #28
<issue_comment>username_1: :cool: Can you please add the `return`s in the migrations?
<issue_comment>username_0: Added. It did work for some reason (I mean migration was appli... |
<issue_start><issue_comment>Title: v2.16.3.13 Crash: com.jecelyin.editor2.core.text.MetaKeyKeyListenerCompat.getMetaState
username_0: ======================================================
App Version: v2.16.3.13
Phone: OPPO R2017
Android Version: 4.3
Memory: 106 MB / 848 MB
Stacktrace:
java.lang.NoSuchMethodError: ... |
<issue_start><issue_comment>Title: Move Symfony2 to src/Symfony2/ and link the required ruleset.xml and Sniffs/ directory to the root
username_0: This will allow users to check out the repository directly to the
Standards directory (i.e. "the old way")":
git clone git://github.com/escapestudios/Symfony2-coding-... |
<issue_start><issue_comment>Title: Execution of phing with vagrant failed.
username_0: At least phpunit and phpmd are not longer supported by pear installation, so the phing build inside vagrant fails. With this changes i got it to work again. btw installing dependencies with composer inside vm would not work, if the h... |
<issue_start><issue_comment>Title: Nodes are not reading hub's configuration during re-registering
username_0: Steps to reproduce:
**1) Start Selenium Grid. Let say, only 2 stations: HUB and NODE.**
For HUB, set timeouts, as:
"timeout": 20000
"browserTimeout": 20000
For NODE do not set any timeouts explicitly.
**... |
<issue_start><issue_comment>Title: Categorize POIs to facilitate result filtering [PL-PG06]
username_0: Categories will make reverse place geocoding a useful service.
This could be done in conjunction with adding popularity scores/tags.
<issue_comment>username_1: ESRI's geocoder has a broad [selection of categories]... |
<issue_start><issue_comment>Title: Only first component is shown if application has no element
username_0: If my application is a component without a tagName, only the first component rendered will show in the view tree. Is there any way to fix this?
<issue_comment>username_1: This should be resolved as of the new comp... |
<issue_start><issue_comment>Title: Correctly use tabindex attributes error for news
username_0: From #12:
URL: http://m.live.bbc.co.uk/news ( I have used 'm.live' instead of 'm.' as it forces the mobile site to load for the tests. 'm.' redirects to 'www' on desktop browser widths)
This looks more like a genuine acc... |
<issue_start><issue_comment>Title: Adds systemd init style (support for arch platform)
username_0: I have added a systemd unit file which can be used by setting `node[consul][init_style] = 'systemd'`. I have tested this init style on Arch Linux and everything seems to work as expected. It is probably best to use this i... |
<issue_start><issue_comment>Title: Can't (correctly) generate a deb with a file in /etc/sudoers.d
username_0: When you try to generate a deb with a file in /etc/sudoers.d, you can choose between a lintian error bad-perm-for-file-in-etc-sudoers.d 0660 != 0440, or generate the file with the expected `withPerms "0440"` an... |
<issue_start><issue_comment>Title: The domain name tornadoweb.org seem to be expired
username_0: Afternoon,
I believe the domain name tornadoweb.org is expired. Here is what I get when I visit it
<img width="1440" alt="screen shot 2016-09-13 at 17 01 45" src="https://cloud.githubusercontent.com/assets/17003643/1848... |
<issue_start><issue_comment>Title: Fix bug in the sample code in the docs
username_0: This bug actually confused a beginner, by making them believe that the stream was somehow mutable.
<issue_comment>username_1: In this case, because GenEvent is a process, consuming messages from the stream *is* mutable. In any case, t... |
<issue_start><issue_comment>Title: Incorrect decoding of paletted PNG
username_0: [This PNG](https://github.com/servo/servo/blob/master/tests/wpt/web-platform-tests/images/green.png) should be solid green but the library decodes a 4-pixel stripe of black on the left edge. RGB data:
```
00000000 00 00 00 00 00 00 0... |
<issue_start><issue_comment>Title: pull request for e2e test at 12/18/2016 00:26:19
username_0:
<issue_comment>username_0: ### :white_check_mark: Validation status: passed
For more details, please refer to the [build report](https://opbuildstoragesandbox2.blob.core.windows.net/report/2016%5C12%5C18%5C623dccef-8d4... |
<issue_start><issue_comment>Title: Test fixes
username_0: Hi,
I made two adjustments to the tests:
* All tests currently failed on Windows because the cleanUp() tried to remove the current working directory, so I added chdir to the project directory before deleting.
* I removed the UTF-8 path handling tests. These... |
<issue_start><issue_comment>Title: Very likely bug in error correction constants
username_0: I've been experiencing a bug that only effects QR code version-27 with error correction set to Q; All other combinations don't seem effected.
I believe that the source of this bug is an incorrect value in the `DATA_BYTES_PER... |
<issue_start><issue_comment>Title: Surface plot has incorrect ranges returned by getMinGlobal() and getMaxGlobal()
username_0: Related to this issue: https://github.com/username_0/LavaVu/issues/9
In libUnderworld/gLucifer/DrawingObjects/src/CrossSection.cpp
Line: 551
The functions getMinGlobal() and getMaxGlobal() a... |
<issue_start><issue_comment>Title: User authentication
username_0: At present, we only support application authentication.
We should also support user authentication. See https://dev.twitter.com/oauth/overview/introduction
<issue_comment>username_1: I'll do this.
<issue_comment>username_0: https://dev.twitter.com/oaut... |
<issue_start><issue_comment>Title: Directory path error in BaseMenuTest
username_0: | Question | Answer
|----------------|-------------------------------------------------------------
| Bundle version | dev-master 02478b4
| Symfony version| v2.8.5
| php version | PHP 5.6.21
# Error message
When running... |
<issue_start><issue_comment>Title: update brings lots of "undefined-key" and binding problems
username_0: For your information, I work under cygwin (I would rather not to).
I guess, it's easy to fix but I don't have the time to mess with it.
Since a recent auto update, every time i start my zsh, I get:
"^@\" set-mark... |
<issue_start><issue_comment>Title: Change signal to `on`.
username_0: Or more generally, make `options` a drop in replacement for `process` so you can debug program level things, plus hand off a `process` looking thing to `prolific` which can hook shutdown events to write out parting messages.<issue_closed> |
<issue_start><issue_comment>Title: Karma-coverage does not show test coverage but function call coverage
username_0: When I run the example from http://ariya.ofilabs.com/2013/10/code-coverage-of-jasmine-tests-using-istanbul-and-karma.html The coverage is 100%. When I add the self() function into sqrt.js:
```
var My... |
<issue_start><issue_comment>Title: Web UI
username_0:
<issue_comment>username_0: cc @username_1
<issue_comment>username_1: Can we get a quick list of features that we would want in a web interface (roughly sorted in priority, or grouped by possible releases), and check what we already have capabilities for in the API ... |
<issue_start><issue_comment>Title: fix: add href to DOCS in menu
username_0: Fixes hoodiehq/hood.ie#193
<issue_comment>username_1: Thanks for this!
Your code works as intended :)
Looks like we have a failure on the testing side of things because Bower cannot find the right version of angular. I don't think this i... |
<issue_start><issue_comment>Title: Add mock status code
username_0: for example, mock status code = 404
<issue_comment>username_1: I think I've got something workable (works for my tests): https://github.com/ebsco/superagent-mocker/tree/mockable-status-codes
<issue_comment>username_2: Super! Could you make pull request... |
<issue_start><issue_comment>Title: "Selection" broken in v0.7.4
username_0: It seems that something in v0.7.4 (possibly earlier, I haven't checked) broke the ability to "select" one or more annotations by clicking on the "bucket bar" or on highlights.
## Steps to reproduce
1. Go to a page with many annotations, s... |
<issue_start><issue_comment>Title: Cookies size limitations when storing JSON objects
username_0: Hello All,
Im trying to use the library to store a cookie with an array of objects. my arrays are quite big actually(each object has 16 fields). I noticed when testing, that it would only store up to 6 objects on my co... |
<issue_start><issue_comment>Title: make __VERIFIER funcs more efficient
username_0: klee losses performance when using a lot of symbolic object. Make the value returned from __VERIFIER_nondet functions static, so that we always return the same value without creating new symbolic object (the value is copied, so its fine... |
<issue_start><issue_comment>Title: JSound recursion throws an unknown type error
username_0: Example:
{
"$namespace" : "http://28.io/test",
"$types" : [
{
"$name" : "recursive-type",
"$kind" : "object",
"$content" : {
"Children" : {
"$type" : {
"$kind"... |
<issue_start><issue_comment>Title: Library fails while constructing ErrorResponse
username_0: I was trying to contact my Minio instance specifying a wrong address earlier, and it seems like error reporting is broken. `ErrorResponse.parseXml` throws some exception about the xml being malformed.
Stack trace:
```
!... |
<issue_start><issue_comment>Title: Prevent single dashes from being stripped out
username_0: A recent example was a post titled:
`Ruby-Like `split` in Elixir`
being slugified to:
`rubylike-split-in-elixir`
The dash between `ruby` and `like` was being erroneously stripped out.
This commit fixes that by not ... |
<issue_start><issue_comment>Title: Add Search Bar to CustomNavBar
username_0: Adds more functionality to the`CustomNavBar` as well as a way to search a ListView
(Also a few refactors & cleanups)
## Please verify the following:
- [X] Everything works on iOS/Android
- [X] `ignite-base` **ava** tests pass
- [X] `fire... |
<issue_start><issue_comment>Title: Split HCs into two to allow different checks to be run separately
username_0: I've separated the contents of two different checks to allow different sets of checks to be made independently. The main reason for doing this is to allow EG databases to ignore stable ID mapping and RefSeq ... |
<issue_start><issue_comment>Title: Integrated/External Console debugging isn't working properly.
username_0: ## Environment data
VS Code version: 1.7.2
Python Extension version: 0.5.5
Python Version: 3.5.2
OS and version: windows 10 build 14393
Your launch.json (if dealing with debugger issues):
```json
... |
<issue_start><issue_comment>Title: Get rid of some naked `get_db`s
username_0: Misc cleanup I came across while looking in to the domains migration.
We still have a bunch of `get_db`s left in the codebase, but these ones I was able to figure out no problem.
It seems like there are three categories of `get_db`s:
1.... |
<issue_start><issue_comment>Title: CuesElement does not exist
username_0: Hi there, I'm trying to play back content generated by following along [this](http://wiki.webmproject.org/adaptive-streaming/instructions-to-playback-adaptive-webm-using-dash) tutorial. I run into the following error:
`CuesElement does not ex... |
<issue_start><issue_comment>Title: why my xaml tip cefsharp.core can't load ?
username_0: System.IO.FileNotFoundException
Could not load file or assembly 'CefSharp.Core, Version=45.0.0.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138' or one of its dependencies. 系统找不到指定的文件。
<issue_comment>username_1: @username_0 Pl... |
<issue_start><issue_comment>Title: Can "Content" tab of reports be full text indexed?
username_0: ## Use case
We would like to search the content in the content tab when global search. (ie. "Content" tab can be searched in global search )
## Current Workaround
N/A
## Proposed Solution
"Content" tab of re... |
<issue_start><issue_comment>Title: `gulp-imagemin` with `gulp-cache` 'Unhandled rejection TypeError: Cannot read property 'kill' of undefined'
username_0: I'm running `gulp-imagemin` with `gulp-cache`, like this:
```javascript
// gulpfile.js
var
cache = require('gulp-cache'),
imagemin = require('gulp-imag... |
<issue_start><issue_comment>Title: Filesystem based WorkflowStore which resubmits previously running workflows. Closes #1118
username_0:
<issue_comment>username_1: I don't understand why this is fs based, why not wait a day or two and do it with a db?
<issue_comment>username_2: :+1:
<issue_comment>username_1: Disregar... |
<issue_start><issue_comment>Title: Add options for popup and focus
username_0: New option allows tab to be moved to a popup window rather
than a normal browser window.
New option allows focus to remain on new window.
Support pop-in of a window back to a tab in original window.
<issue_comment>username_1: Thanks f... |
<issue_start><issue_comment>Title: Use native Rails' `routes.draw` instead of custom `draw_routes`
username_0: * Solidus manages it's own route list, but Rails' RoutSet should be good enough.
<issue_comment>username_1: This looks good to me, thanks, but I wasn't really clear on why we needed this in the first place. @u... |
<issue_start><issue_comment>Title: String and bool types are not supported under generic object type
username_0: When using Deserialize<T>, using object does not handle valid JSON strings and bool (**true**, **false**). They return null when they actually should be returning appropriate JSON values
<issue_comment>usern... |
<issue_start><issue_comment>username_0:
<issue_comment>username_0: ### Introduction to GitHub flow
Now that you're familiar with issues, let's use this issue to track your path to your first contribution.
People use different workflows to contribute to software projects, but the simplest and most effective way to co... |
<issue_start><issue_comment>Title: Error in index_expanded_line_numbers()
username_0: Tried to use m4 and it bombs on line 792. I first tried a normal .psm file with the --m4 option, failed. Then I tried it on load.psm4 in the .\test\asm directory, failed. Problem(s) are that active_file = None and source_lines = {}... |
<issue_start><issue_comment>Title: Create gifs/small videos for finding handles on the websites.
username_0:
<issue_comment>username_1: Is this some sort of GIPHY integration?
<issue_comment>username_0: @username_1 : It does not require any GIPHY integration. All you need to do is take screenshots of -logging into a p... |
<issue_start><issue_comment>Title: fixed messageActionBar and avatar layering
username_0: <!-- Please read https://github.com/matrix-org/matrix-js-sdk/blob/develop/CONTRIBUTING.md before submitting your pull request -->
<!-- Include a Sign-Off as described in https://github.com/matrix-org/matrix-js-sdk/blob/develop/... |
<issue_start><issue_comment>Title: CDAP-3445 Adding support for Google Custom Search Engines
username_0: This replaces the closed PR https://github.com/caskdata/cdap/pull/7630
Changes from using the embedded JavaScript to using a Google Custom Search Engine.
Running as a Quick Build: http://builds.cask.co/browse/... |
<issue_start><issue_comment>Title: APPLICATION FAILED TO START
username_0: I clean and build application. After that i ran command this gradlew bootRun (or java -jar cas/build/libs/cas.war). It throw an exception "Caused by: java.io.FileNotFoundException: \etc\cas\thekeystore". I think it must be initialized for first ... |
<issue_start><issue_comment>Title: Use HTML5 <time> element for post datetime
username_0: References:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time
https://www.w3.org/TR/html-markup/datatypes.html#common.data.datetime
http://alanwsmith.com/jekyll-liquid-date-formatting-examples
<issue_comment>... |
<issue_start><issue_comment>Title: LatentDirichletAllocation's number of iterations
username_0: When I amend `examples/applications/topics_extraction_with_nmf_lda.py` to print `lda.n_iter_` after fitting, it reports 81. That's clearly more than `max_iter=5`.
<issue_comment>username_1: I am new around here and would lik... |
<issue_start><issue_comment>Title: Can this appear in the Web UI?
username_0: The readme says "Graphs are generated in the same directory as the scripts (not the web interface)."
Is there a way to get them into the web interface?
<issue_comment>username_1: Not really with this scripted method. The correct way to do ... |
<issue_start><issue_comment>Title: Look up _last_executed on the underlying cursor
username_0: `_last_executed` is quite useful for DEBUG query output; it shouldn't just be empty. It's used internally here:
``` python
sql = self.db.ops.last_executed_query(self.cursor, sql, params)
```
<issue_comment>username_1: Versio... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.