-
**Issue by [eztierney](https://github.com/eztierney)**
_Monday Jun 17, 2013 at 19:22 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/4254_
----
When the result of jump-to-def look…
-
**Issue by [jasonsanjose](https://github.com/jasonsanjose)**
_Thursday Jun 14, 2012 at 00:57 GMT_
_Originally opened as https://github.com/adobe/brackets/pull/1044_
----
- Only fetch timestamps whe…
-
**Issue by [redmunds](https://github.com/redmunds)**
_Tuesday May 08, 2012 at 16:09 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/827_
----
1. Copy src/extensions/disabled/Jav…
-
config
```
i18n: {
defaultLocale: 'en-US',
locales: [
'en-US',
'de-DE',
'es-ES',
.......
```
It build fail
```
themes: [
// .…
-
My `t.crud.upsertOneXXXX` and `t.crud.deleteOneXXXX` operations are throwing this error:
```
TypeError: Cannot convert undefined or null to object
at Function.keys ()
at addGloballyCompute…
-
Currently (as of a729023) values that are returned from JS to Lua would go through [`splash.jsutils.get_sanitized_result_js`](https://github.com/scrapinghub/splash/blob/a72902316064af368627d21dd02daf9…
-
npm version 5.3.0 (also tried with 3.8.0)
using nodemon: "*" added to package.json since not in project.
```
~/work/auth-graphql-starter (master)*> npm run dev
> users@1.0.0 dev /Users/kkras2/…
-
@jolie/developers
I found a possible problem in the HTTP calls jolie let me show my case
let's assume that an operation has a response type as
```jolie
type exampleType:void{
.alwaysArr…
-
**Issue by [jasonsanjose](https://github.com/jasonsanjose)**
_Tuesday Jun 19, 2012 at 01:05 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/1064_
----
The JavaScriptQuickEdit ex…
-
Consider the script
```
function main(splash, args)
f = splash:jsfunc([[
function () {
var result = []
for (var i = 0; i < 5000; i++) {
result.push({
i_value: [i],…