▴ Open-source, self-hosted, developer-oriented translation tool
BlackBerry UI look and feel JavaScript toolkit for WebWorks
fredericosilva/blackberry-push 0
Blackberry push API for node.js
fredericosilva/BlackberryCleanContacts 0
Small app to clean "Unnamed" contacts
fredericosilva/browser-compat-data 0
This repository contains compatibility data for Web technologies as displayed on MDN
fredericosilva/coffee-script 0
Unfancy JavaScript
fredericosilva/CSharpAnalytics 0
Google Analytics for Windows 8 & C# applications
sqlserver stored procedure invokation made simple
pull request commentmscdex/node-imap
Connection: Set TLS servername default to host
That would have save me 30mins today.
comment created time in 11 days
issue openedhyperonecom/h1-cli
h1 config settings get --key location crashes
./h1 config settings dump
{ parameter: { location: { value: 'pl-waw-1' } } }
./h1 config settings get --key location
TypeError: String.prototype.split called on null or undefined
at split (<anonymous>)
at get (webpack:///../cli-core/lib/transform.js?:12:43)
at NodeDevice.configGet (webpack:///./device.js?:128:92)
created time in a month
issue openedhyperonecom/h1-cli
improve ux when no connectivity is available
./h1 config list
{
stack: 'ResolverError: Error downloading https://api.hyperone.com/v2/openapi.json \n' +
'getaddrinfo ENOTFOUND api.hyperone.com\n' +
' at eval (webpack:////home/adas/Devel/h1-cli-v2/node_modules/@apidevtools/json-schema-ref-parser/lib/resolvers/http.js?:127:16)\n' +
' at processTicksAndRejections (internal/process/task_queues.js:97:5)',
code: 'ERESOLVER',
message: 'Error downloading https://api.hyperone.com/v2/openapi.json \n' +
'getaddrinfo ENOTFOUND api.hyperone.com',
source: 'https://api.hyperone.com/v2/openapi.json',
path: null,
toJSON: [Function: toJSON],
ioErrorCode: 'ENOTFOUND',
name: 'ResolverError',
toString: [Function: toString]
}
created time in a month
pull request commentOpenAPITools/openapi-generator
[Go] Allow to use custom middleware
@kuskoman could you squash it? it will simplify the review process :)
comment created time in a month
pull request commenthyperonecom/h1-cli
Disable non-applicable API v1 tests
does ava support something like ava.skip? It'd generate way less noise
comment created time in 2 months
starteddolphin-emu/dolphin
started time in 2 months
push eventhyperonecom/h1-cli
commit sha c86f18e4d3e75ef7b3f50accfd1f7a60b0b098b1
Use 'cloud-init status --wait' to finish cloud-init (#522) * Use 'cloud-init status --wait' to finish cloud-init * Fix tests for 'disk create from other disk - online'
push time in 2 months
push eventhyperonecom/h1-cli
commit sha c23a5037d16f730d7b58182ad73a5a1a9c57564a
Verify finish cloud-init before cloud-init finish
commit sha 7903fe3489552a78a2f95502473111f71dba7321
Use spread operator more
push time in 2 months
PR merged hyperonecom/h1-cli
@fredericosilva , required to make tests pass again.
pr closed time in 2 months
Pull request review commenthyperonecom/h1-cli
Verify finish cloud-init before cloud-init finish
const execResource = (resource, auth, cmd) => { }, auth)); }; -const execVm = (resource, auth, cmd) => execResource(resource, Object.assign({username: 'guru'}, auth), cmd);+const putResource = (resource, auth, path, content) => {+ console.log(new Date().toISOString(), `[resource: ${resource.id}] Put file ${path} (content length: ${content.length})`);+ return putFile(path, content, { host: resource.fqdn, username: resource.id, ...auth });+};++const execVm = (resource, auth, cmd) => execResource(resource, Object.assign({ username: 'guru' }, auth), cmd);
use spread operator here
comment created time in 2 months
startedant-design/ant-design
started time in 3 months
startedvuejs/eslint-plugin-vue
started time in 3 months