most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat
{ | |
"name": "@yourcompany/date-adapter", | |
"version": "1.0.0", | |
"description": "A utility package to adapt various date functions from Moment.js to Day.js.", | |
"main": "dist/index.js", | |
"types": "dist/index.d.ts", | |
"scripts": { | |
"build": "tsc", | |
"test": "jest" // or your test runner command | |
}, |
module.exports = function(config) { | |
config.set({ | |
frameworks: ['jasmine'], | |
browsers: ['Chrome'], | |
files: [ | |
'node_modules/angular/angular.js', | |
'node_modules/angular-mocks/angular-mocks.js', | |
'src/**/*.ts', | |
'test/**/*.spec.ts' | |
], |
{ | |
"success": true, | |
"message": "Coach information", | |
"data": { | |
"accom": { | |
"SEAT": { | |
"B06 ": { | |
"PSEA": "priority seating", | |
"QUIE": "quiet carriage", | |
"NSMK": "no smoking", |