Skip to content
#

startup

Here are 509 public repositories matching this topic...

Undistraction
Undistraction commented Mar 19, 2019

Is this a bug report or a feature request?

I guess it's a bug if it is supposed to work and a feature request if it isn't.

  • version 1.7.12
  • platform OSX

Reproduction using Gatsby's default starter here.

Expected behavior

With the following npm scripts:

"develop": "gatsby develop --https",
"start": "npm run develop",

Anchors 是一个基于图结构,支持同异步依赖任务初始化 Android 启动框架。其锚点提供 "勾住" 依赖的功能,能灵活解决初始化过程中复杂的同步问题。参考 alpha 并改进其部分细节, 更贴合 Android 启动的场景, 同时支持优化依赖初始化流程, 自动选择较优的路径进行初始化。

  • Updated May 28, 2020
  • Java
korken89
korken89 commented Mar 19, 2020

@jamesmunns and I had a discussion on Matrix about the current defaults that leave HardFault_ and DefaultHander_ implemented as infinite loops.
This should most likely be replaced with panic in the default case to help the implementors detect issues and if nothing is done the panic crate takes care of the default course of action.
This might increase code size a bit, but for those that do

haakonstorm
haakonstorm commented Dec 14, 2019

Would it be possible somehow to use the vscode-powertools to "pin" certain files, so that they won't close with cmd+w (on mac)?

I'm thinking to remap cmd+w to a powertool somehow, and make it call the vscode default close action, but first compare the file path with a simple list of files (".vscode-pinned-files") to see if the files are there. I can make a safe-to-close.sh shell script myse

HenrikBengtsson
HenrikBengtsson commented Jan 15, 2019

Document format of .Renviron files. For instance, quotation marks are optional, e.g. all of the following give the same value "ABC DEF":

FOO1=ABC DEF
FOO2='ABC DEF'
FOO3="ABC DEF"

In R,

> Sys.getenv(c("FOO1", "FOO2", "FOO3"))
     FOO1      FOO2      FOO3 
"ABC DEF" "ABC DEF" "ABC DEF" 

UPDATE 2019-04-27: The code used for base::readRenviron() is in https://gi

Improve this page

Add a description, image, and links to the startup topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the startup topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.