latest 20 messages by dka
+
[2020-06-22T19:35:39Z]
dka
is github down?
+
[2020-04-23T14:23:29Z]
dka
I will keep a copy in my repo now
+
[2020-04-23T14:23:16Z]
dka
I got a copy
+
[2020-04-23T14:23:13Z]
dka
thanks
+
[2020-04-23T14:07:53Z]
dka
And of course, it happen the delivery day
+
[2020-04-23T14:07:45Z]
dka
https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz
+
[2020-04-23T14:07:38Z]
dka
how can I get a copy of this file ?
+
[2020-04-23T14:07:38Z]
dka
https://codeload.github.com/expo/react-native/tar.gz/sdk-36.0.1
+
[2020-04-23T14:07:38Z]
dka
I am having hudge pain to npm install my expo project because github is having massive problem right now
+
[2020-04-23T14:07:14Z]
dka
Hi
+
[2020-04-23T07:07:31Z]
dka
How can I revert the GitHub notifications to old layout ?
+
[2020-01-29T22:30:14Z]
dka
https://docs.gitlab.com/ee/api/issues.html#list-issues , I expect to have 85 results, instead, in both case I have 0 and 20. Why ? and how can I read the issues without bug ? The UI of GitLab display 85 issues without trouble...
+
[2020-01-29T22:30:14Z]
dka
I am trying to use the API to get all the issues that is in a milestone. I have tried both url: `${getBaseUrl(projectUrl)}/api/v4/projects/${projectId}/milestones/${milestoneId}/issues`; ex explained here https://docs.gitlab.com/ee/api/milestones.html#get-all-issues-assigned-to-a-single-milestone , and I did `${getBaseUrl(projectUrl)}/api/v4/projects/${projectId}/issues?milestone=${milestoneId}&scope=all` as explained here:
+
[2017-05-09T12:19:19Z]
dka
?
+
[2017-05-09T12:19:18Z]
dka
Insti, thanks, why do you think that ,
+
[2017-05-09T12:01:06Z]
dka
what coverage result is the most relevant to display on my README.md on github ? (1) statements, (2) branch, (3) funcs, (4) lines
+
[2016-11-25T00:13:07Z]
dka
mistake
+
[2016-11-25T00:12:31Z]
dka
sorry amsg
+
[2016-11-25T00:10:17Z]
dka
everytime ?
+
[2016-11-25T00:10:12Z]
dka
in webpack, I have a directory B that contains files which are all exported by index.js, the parent directory is A, and it requires and export B and it's brother directory with the same semantic. Everytime when I add a file next to B/index.js I have to add it in index.js, everytime I add a B brother directory I have to add it to A/index.js , is there a way to load the tree structure in a more elegant way that doesn't need me to update files