
Sheldhur
27.06.2017
13:27:36
не надо мне их убивать :)

Sergey
27.06.2017
13:27:54
Ты понял вообщем идею?

Sheldhur
27.06.2017
13:28:48
нет
доступ к воркерам напрямую возможен только из процесса окна родившего их

Google

Sheldhur
27.06.2017
13:29:21
мне надо иметь доступ к воркерам из другого окна

Sergey
27.06.2017
13:29:26

Sheldhur
27.06.2017
13:29:54
https://gist.github.com/sheldhur/e8c1e65758375c6c110c43e97f2cfb06

Sergey
27.06.2017
13:31:28
ладно, это интересно кнш, но надо работать
без форков, простой таймаут

Сергей
27.06.2017
15:23:54
чет похоже что с форками

Sergey
27.06.2017
16:35:32
Хм, может тайм-аут поражает эти процессы?

Сергей
27.06.2017
19:29:18
https://habrahabr.ru/post/331446/

Sheldhur
28.06.2017
07:13:49
https://www.youtube.com/watch?v=tlaZ6CRmzhg

Andrew
28.06.2017
10:43:30
привет всем
такой вопрос
как протестить mas сборку?
а то у мя webrtc не пашует когда апп из стора ставишь

Сергей
28.06.2017
10:48:59
mas?

Google

Сергей
28.06.2017
10:49:25
Mac App Store?

Andrew
28.06.2017
10:54:48
ага
причем если звонок внутри одной сети все ок
там без турн сервера - все пашет
а вот если через турн, то все, хана

Aleksandr
28.06.2017
11:14:44

Andrew
28.06.2017
11:15:14
в смысле? ну удаленный
сервак
нашей компании

Aleksandr
28.06.2017
11:16:38

Andrew
28.06.2017
11:17:06
самое забавное, что на деве все пашет
по логам он ваще не ловит удаленный турн
и получается что тишина в звонках
я думаю мб с правами чего
т.е сборка просто под мак dmg, там все зашибись

Aleksandr
28.06.2017
11:18:42

Andrew
28.06.2017
11:19:30
дак вопрос
как мне завести mas сборку не выпуливая в стор

Aleksandr
28.06.2017
11:19:33

Andrew
28.06.2017
11:19:37
чтоб оттебажть

Aleksandr
28.06.2017
11:20:28

Andrew
28.06.2017
11:20:51
и как?

Aleksandr
28.06.2017
11:21:07
сделай на адрес tcpdump, убедись что пакеты уходят и что-то приходит, там виднее уже будет

Andrew
28.06.2017
11:22:02
не уходят, смотрели
я не к этому
а к тому
что если что-то справил, сразу проверил
а не по апдейту из стора)

Aleksandr
28.06.2017
11:22:58

Google

Andrew
28.06.2017
11:23:16
я знаю
ее запустить нельзя
в ios все проще
есть testflight
почему нет у маков такого

Aleksandr
28.06.2017
11:23:40

Andrew
28.06.2017
11:24:12
потому что сборка для стора

Aleksandr
28.06.2017
11:28:41
это поставленный из аппстора вообще не стартует?
а как приложение там называется?

Andrew
28.06.2017
11:36:23
а разница?)

Aleksandr
28.06.2017
11:38:07
а разница?)
ну хочу скачать глянуть что там происходит не так

Andrew
28.06.2017
11:38:43
ты не увидишь ничего
в стор версии не открывается девтулз
а логи можнт ток девопс глянуть
со стороны сервака
ну если так любопытно могу в лс скинуть
прост хз как работодатель отрегариует на масс обсуждение внутрянки)

Aleksandr
28.06.2017
11:43:05

Andrew
28.06.2017
11:43:27
скинул


Electron.js releases
28.06.2017
23:17:20
electron v1.7.4 beta
https://github.com/electron/electron/releases/tag/v1.7.4
Bug Fixes
The --inspect and --inspect-brk flags are now supported when spawning
child node processes. #9739 (https://github.com/electron/electron/pull/9739)
Removed internal use of the deprecated node Buffer constructor and instead
used Buffer.from. #9733 (https://github.com/electron/electron/pull/9733)
Fixed an issue where PDFs would zoom incorrectly. #9700 (https://github.com/electron/electron/pull/9700)
Fixed an issue where window visibility events may not have been
triggered correctly in pages. #9741 (https://github.com/electron/electron/pull/9741)
Fixed an exception being thrown when floating-point numbers were passed to
webContents.printToPDF as the pageSize height or width. #9396 (https://github.com/electron/electron/pull/9396)
Fixed a crash when using the file chooser from a BrowserView. #9828 (https://github.com/electron/electron/pull/9828)
Linux
Fixed an issue where the tray icon would not display on Ubuntu 17.04. #9716 (https://github.com/electron/electron/pull/9716)
macOS
Fixed an issue where the wrong file extension would display in the save dialog
when filters were used. #9610 (https://github.com/electron/electron/pull/9610)
Fixed an issue where the title bar would incorrectly display in frameless
windows on 10.13 (High Sierra). #9798 (https://github.com/electron/electron/pull/9798)
Windows
Fixed an issue where windows would become unresponsive if started initially
as fullscreen and then made non-fullscreen. #9645 (https://github.com/electron/electron/pull/9645)
API Changes
The crash reporter now accepts server responses in the range 200 - 299.
Previously it only accepted a 200 response. #9738 (https://github.com/electron/electron/pull/9738)
dialog.showSaveDialog now shows the last selected directory when the
defaultPath is not absolute. #9588 (https://github.com/electron/electron/pull/9588)
Added an experimental webContents.setIgnoreMenuShortcuts(ignore) API to
ignore menu keyboard shortcuts for a specific page.
Added an experimental app.enableMixedSandbox() API that adds the
--enable-sandbox flag to any BrowserWindow instances or tags
created with the sandbox: true option.
Added several additional keyboard shortcuts to the integrated PDF viewer.
#9892 (https://github.com/electron/electron/pull/9892)
macOS
A new-window-for-tab event is now emitted on app when the native
new tab button is pressed. #9725 (https://github.com/electron/electron/pull/9725)
Menu accelerators are now displayed with the shift indicator instead of
their shifted character equivalents. For example, CommandOrControl+Shift+1
will now display in the menu as ⇧⌘1 instead of ⌘!. #9743 (https://github.com/electron/electron/pull/9743)
Added support for button notification actions. #9837 (https://github.com/electron/electron/pull/9837)
Tray instances now emit mouse-enter and mouse-leave events. #9760 (https://github.com/electron/electron/pull/9760)
Windows
The Visual C++ runtime is now dynamic linked instead of statically linked.
#9443 (https://github.com/electron/electron/issues/9443)


Alexandr
29.06.2017
15:07:57
кто за что топит? Vue ,react , ang2 для старта пет проекта

Darth
29.06.2017
15:08:19
Vanilla конечно же

Google

Dmitry
29.06.2017
15:08:26
Для пета? Не аг

Andrey
29.06.2017
16:32:35

Сергей
29.06.2017
16:32:50

Ilshat
29.06.2017
16:33:42
bootstrap3 + jquery
)

Sergey
29.06.2017
16:59:17
react

Dika
29.06.2017
17:02:57
jquery

Dmitry
29.06.2017
17:03:42
Все
Пилим голосование и статью на Хабр

Dmitry
29.06.2017
17:51:18
Html
кто за что топит? Vue ,react , ang2 для старта пет проекта

? гриб
29.06.2017
18:49:37
Есть вопрос: куда копать? Хочу убивать процессы/приложения и запускать новые

Aleksandr
29.06.2017
18:51:44

? гриб
29.06.2017
18:51:58
Из электрона

Aleksandr
29.06.2017
18:52:17
так что мешает?
есть отличные пакеты же

? гриб
29.06.2017
18:52:23
Ничего

Google

? гриб
29.06.2017
18:52:49
Как хоть это называться может
?

Dika
29.06.2017
18:53:13
child_process

Aleksandr
29.06.2017
18:53:26

? гриб
29.06.2017
18:53:36

Aleksandr
29.06.2017
18:53:42
процессы надо убивать с поиском GID а не PID

? гриб
29.06.2017
18:53:49
Хочу админку гуй написать для работы