[dev-platform] Intent to ship: Gamepad API outside SecureContext

2024-02-20 Thread Kagami Rosylight
As of Firefox 125 I intend to remove SecureContext restriction from Gamepad API. This restriction is added as a part of cross-browser coordination to prevent fingerprinting . So far Gecko has been the only implementation that shipped

[dev-platform] Re: Intent to unship: DOMRequest

2024-02-19 Thread Kagami Rosylight
Note that DOMRequest cannot be constructed by JS, and as mentioned it's never returned from any API, so the only impact here is that `window.DOMRequest` will now disappear. On Monday, February 19, 2024 at 8:42:28 PM UTC+1 Gregory Pappas wrote: > As of Firefox 124, I intend to turn off support

[blink-dev] Re: Intent to Ship: CJK punctuation kerning: the CSS `text-spacing-trim` property

2024-01-31 Thread Kagami Rosylight
Oops, the approved emails are now coming. Sorry for the spam, and thank you for fixing it  On Wednesday, January 31, 2024 at 4:10:02 PM UTC+1 Kagami Rosylight wrote: > Hello, Koji Ishii; > > I think this post has a mistake about Mozilla's standards position. > https://github

[blink-dev] Re: Intent to Ship: CJK punctuation kerning: the CSS `text-spacing-trim` property

2024-01-31 Thread Kagami Rosylight
Hi Blink people, I think there was a misunderstanding while reading Mozilla's standards position issue; the issue currently has no response from Mozilla employee and thus should be understood as No Signal rather than Positive. I hope this makes sense. On Wednesday, January 31, 2024 at 6:38:19 

[blink-dev] Re: Intent to Ship: CJK punctuation kerning: the CSS `text-spacing-trim` property

2024-01-31 Thread Kagami Rosylight
Hello, Koji Ishii; I think this post includes a mistake about Mozilla's standards position. https://github.com/mozilla/standards-positions/issues/903 does not have any comment from Mozilla employee so far, so I think it should be No Signal instead. On Wednesday, January 31, 2024 at 6:38:19 AM

[blink-dev] Re: Intent to Ship: CJK punctuation kerning: the CSS `text-spacing-trim` property

2024-01-31 Thread Kagami Rosylight
Hello, Koji Ishii; I think this post has a mistake about Mozilla's standards position. https://github.com/mozilla/standards-positions/issues/903 is empty without Mozilla employee's comment, so I think it should be treated as No Signal here. Thanks! On Wednesday, January 31, 2024 at 6:38:19 AM

[dev-platform] Intent to ship: Enable pointer events on disabled form elements

2024-01-26 Thread Kagami Rosylight
As of 2024-01-26 I intend to turn `dom.forms.always_allow_pointer_events.enabled` on by default on all platforms. This pref allows firing pointer events on disabled form elements e.g. and . This has been in discussion in https://github.com/whatwg/html/issues/2368 and

[dev-platform] Intent to prototype and ship: Compression Streams

2023-03-27 Thread Kagami Rosylight
As of March 25 (past, yes ) I intend to prototype and ship Compression Streams. This feature allows JavaScript to compress and decompress some industry standard compression formats, namely deflate/deflate-raw/gzip. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1823619 Specification:

[dev-platform] chrome-privilieged scripts: `instanceof` operator against DOM interfaces will soon be strictly rejected

2022-08-24 Thread Kagami Rosylight
Hi people, If you are currently writing/maintaining chrome-privileged scripts then this post is for you. If not you can ignore this. The mozilla/use-Instance ESLint rule will soon be improved to strictly reject any use of `instanceof` call against DOM interface within chrome scripts. This is

[dev-platform] Re: Intent to prototype and ship: TextDecoderStream and TextEncoderStream

2022-08-10 Thread Kagami Rosylight
Hi Brian, Didn't know there's no position, sorry! It's a bit late but I just filed one: https://github.com/mozilla/standards-positions/issues/673 On Wednesday, August 10, 2022 at 11:14:59 PM UTC+2 Brian Grinstead wrote: > Hi Kagami, > I don't see a standards position set for this. Cou

[dev-platform] Intent to prototype and ship: TextDecoderStream and TextEncoderStream

2022-08-10 Thread Kagami Rosylight
*Summary*: As of Firefox 105 I intend to prototype and ship TextDecoderStream and TextEncoderStream which ease processing text streams via pipeThrough(). *Bug*: https://bugzilla.mozilla.org/show_bug.cgi?id=1486949 *Specification*: https://encoding.spec.whatwg.org/#interface-textdecoderstream

[dev-platform] Intent to ship: Transferable streams

2022-06-15 Thread Kagami Rosylight
As of Firefox 103 I intend to turn dom.streams.transferable.enabled on by default on all platforms. It has been supported by Blink since 2020 while not by WebKit yet. *Bug to turn on by default*: https://bugzilla.mozilla.org/show_bug.cgi?id=1770627 Standard: link to the standard:

Re: [dev-platform] Re: Deprecating SpiderMonkey Rooting Typedefs

2022-06-01 Thread Kagami Rosylight
Currently the use of [[deprecated]] is disallowed, though: https://firefox-source-docs.mozilla.org/code-quality/coding-style/using_cxx_in_firefox_code.html#notes > |[[deprecated]]|: If we have deprecated code, we should be removing it rather than marking it as such. Marking things as

[dev-platform] Re: Intent to ship: TransformStreams and ReadableStream.pipeThrough

2022-05-19 Thread Kagami Rosylight
This will be on version 102. On Thursday, May 19, 2022 at 12:11:25 AM UTC+2 Kagami Rosylight wrote: > Summary: We want to ship TransformStream and ReadableStream.pipeThrough > method, which was prototyped in > https://bugzilla.mozilla.org/show_bug.cgi?id=1764099. >

[dev-platform] Intent to prototype: Transferable streams

2022-05-19 Thread Kagami Rosylight
*Summary*: We want to let stream objects be transferable via postMessage(). *Bug*: https://bugzilla.mozilla.org/show_bug.cgi?id=1659025 *Specification*: https://streams.spec.whatwg.org/#rs-transfer, https://streams.spec.whatwg.org/#ws-transfer, https://streams.spec.whatwg.org/#ts-transfer

[dev-platform] Intent to ship: TransformStreams and ReadableStream.pipeThrough

2022-05-18 Thread Kagami Rosylight
Summary: We want to ship TransformStream and ReadableStream.pipeThrough method, which was prototyped in https://bugzilla.mozilla.org/show_bug.cgi?id=1764099. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1767507 Specification: - https://streams.spec.whatwg.org/#ts-class -

[dev-platform] Intent to unship: window.sidebar

2022-05-09 Thread Kagami Rosylight
As of version 102 I intend to remove window.sidebar. This has only been supported by Gecko. *Bug to remove*: https://bugzilla.mozilla.org/show_bug.cgi?id=1768486 *Pref*: dom.window.sidebar.enabled https://bugzilla.mozilla.org/show_bug.cgi?id=1717612 already disabled it on nightly/early

[dev-platform] Intent to unship: IDBDatabase.createMutableFile() and the relevant classes

2022-05-09 Thread Kagami Rosylight
As of version 102 I intend to remove IDBDatabase.createMutableFile and IDBMutableFile/IDBFileHandle/IDBFileRequest. They have only been supported by Gecko. *Bug to remove*: https://bugzilla.mozilla.org/show_bug.cgi?id=1764771 *Pref*: dom.fileHandle.enabled Telemetry

[dev-platform] Intent to prototype: TransformStreams and ReadableStream.pipeThrough

2022-04-12 Thread Kagami Rosylight
Summary: We want to prototype TransformStream and ReadableStream.pipeThrough method, which are used to transform a given stream for another use. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1764099 Specification: - https://streams.spec.whatwg.org/#ts-class -

[PATCH] D117407: [clang] Add include path for cppwinrt on Windows SDK 10.0.17134+

2022-01-17 Thread Kagami Sascha Rosylight via Phabricator via cfe-commits
ould like to use in the Author > property of the commit. Per this paragraph, you can use `Kagami Sascha Rosylight `. In parallel, I just requested my access  Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117407/new/ https://reviews.llvm

[PATCH] D117407: [clang] Add include path for cppwinrt on Windows SDK 10.0.17134+

2022-01-17 Thread Kagami Sascha Rosylight via Phabricator via cfe-commits
saschanaz added a comment. > Do you have commit access, or would you like me to commit it for you? I don't have the access, please do it for me  Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117407/new/ https://reviews.llvm.org/D117407

[PATCH] D117407: [clang] Add include path for cppwinrt on Windows SDK 10.0.17134+

2022-01-16 Thread Kagami Sascha Rosylight via Phabricator via cfe-commits
saschanaz added a comment. That same check decorate_proc_maps.cpp failed on D117405 too 樂 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117407/new/ https://reviews.llvm.org/D117407

[PATCH] D117407: [clang] Add include path for cppwinrt on Windows SDK 10.0.17134+

2022-01-15 Thread Kagami Sascha Rosylight via Phabricator via cfe-commits
saschanaz created this revision. saschanaz added a reviewer: hans. saschanaz requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. This fixes https://github.com/llvm/llvm-project/issues/53112 by adding cppwinrt to the include path when the SDK

[dev-platform] Intent to ship: Web Locks

2021-11-24 Thread Kagami Rosylight
Web Locks introduces a way to coordinate the usage of resources across tabs, workers, etc. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1666833, https://bugzilla.mozilla.org/show_bug.cgi?id=1740044 Standard: https://wicg.github.io/web-locks/ - While the specification is still in WICG

[issue45077] multiprocessing.Pool(64) throws on Windows

2021-10-03 Thread Kagami Sascha Rosylight
Change by Kagami Sascha Rosylight : -- title: multiprocessing.Pool(64) crashes on Windows -> multiprocessing.Pool(64) throws on Windows ___ Python tracker <https://bugs.python.org/issu

[issue45077] multiprocessing.Pool(64) crashes on Windows

2021-09-01 Thread Kagami Sascha Rosylight
Kagami Sascha Rosylight added the comment: The argument-less instantiation also fails, which is worse. ``` >>> multiprocessing.Pool() >>> Exception in thread Thread-1: Traceback (most recent call last): File "C:\Users\sasch\AppData\Local\Programs\Python\Python39\

[issue45077] multiprocessing.Pool(64) crashes on Windows

2021-09-01 Thread Kagami Sascha Rosylight
New submission from Kagami Sascha Rosylight : Similar issue as the previous issue 26903. ``` Python 3.9.7 (tags/v3.9.7:1016ef3, Aug 30 2021, 20:19:38) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more

Intent to ship: AbortSignal.abort()

2021-03-15 Thread Kagami Rosylight
I intend to implement and ship AbortSignal.abort() on all platforms. This is a shortcut function to create an aborted AbortSignal, similar to Promise.reject(). Standard: https://github.com/whatwg/dom/pull/960 WPT: https://github.com/web-platform-tests/wpt/pull/28003 Bugzilla:

Intent to unship: cross-context @@hasInstance in IDL interfaces

2021-03-04 Thread Kagami Rosylight
https://github.com/heycam/webidl/pull/356 removed custom hasInstance behavior in 2017, and the feature has only been shipped by Firefox. Dropping the support means that JavaScript `instanceof` operator will return false when the contexts of the object and the constructor don't match, e.g. the

Intent to unship: HTML element and the context menu feature

2020-12-08 Thread Kagami Rosylight
It was removed from the HTML spec in 2017 because of the lack of implementer interest (https://github.com/whatwg/html/pull/2742). There is no other browser that implements this feature. Items to be removed: * `` * The `type` attribute of `` * The `onshow` event handler * The `contextMenu`

Intent to ship: selectionchange for input/textarea

2020-08-20 Thread Kagami Rosylight
Summary: selectionchange for text controls has been behind the flag `dom.select_events.textcontrols.enabled`, while the behaviour was different from Chrome’s as the events fired at each element instead of `document`. I intend to modify the behaviour to make the events fire at `document` and thus

Intent to ship: selectionchange for input/textarea

2020-08-14 Thread Kagami Rosylight
Summary: selectionchange for text controls has been behind the flag `dom.select_events.textcontrols.enabled`, while the behaviour was different from Chrome’s as the events fired at each element instead of `document`. I intend to modify the behaviour to make the events fire at `document` and

[issue41053] open() fails to read app exec links

2020-06-20 Thread Kagami Sascha Rosylight
Kagami Sascha Rosylight added the comment: It seems libuv and pwsh decided to detect and read them just as symlinks: https://github.com/libuv/libuv/pull/2812 https://github.com/PowerShell/PowerShell/pull/10331 Could Python do the same

[issue41053] open() fails to read app exec links

2020-06-20 Thread Kagami Sascha Rosylight
New submission from Kagami Sascha Rosylight : After installing Python from Microsoft Store, this fails: ``` >>> open('C:\\Users\\Kagami\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\\python.exe') Traceback (most recent call last): File &

RE: Cygwin doesn't support IO_REPARSE_TAG_APPEXECLINK

2020-05-24 Thread Kagami Rosylight via Cygwin
From: Marco Atzeri > `Reply always with mailing list in copy, please > and bottom posting as standard > > On 23.05.2020 18:34, Kagami Rosylight wrote: > > Hi Marco, > > > > >Not clear why you expect that a Windows specific tag as > > IO_REPARSE_TAG_APP

[issue40368] os.path.realpath uppercases Windows drive letter on Python 3.8

2020-04-23 Thread Kagami Sascha Rosylight
Kagami Sascha Rosylight added the comment: Should `ntpath.normpath` make the drive letter uppercase? -- ___ Python tracker <https://bugs.python.org/issue40

[issue40368] os.path.realpath uppercases Windows drive letter on Python 3.8

2020-04-23 Thread Kagami Sascha Rosylight
Kagami Sascha Rosylight added the comment: I mentioned `os.path.abspath` because `os.path.abspath(".")` on console returned `'c:\\Users\\Kagami\\Documents\\GitHub\\gecko-dev'`. It seems this incompatibility is partially because MSYS shell prefers lowercase letter for Windows

[issue40368] os.path.realpath uppercases Windows drive letter on Python 3.8

2020-04-22 Thread Kagami Sascha Rosylight
New submission from Kagami Sascha Rosylight : ``` $ python3.7 Python 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

Re: [USRP-users] RFNoC multi-driven nets

2019-06-19 Thread Roberto Michio Marques Kagami via USRP-users
-feira, 19 de junho de 2019 10:13:52 Para: Roberto Michio Marques Kagami Cc: usrp-users@lists.ettus.com Assunto: Re: [USRP-users] RFNoC multi-driven nets Roberto, Just to clarify, the commit that I used that resulted in successful build is f6890f227b40687b356c1e6c10d9eec2184691d0 This requires

[FFmpeg-cvslog] lavf/matroska: Allow AV1 in WebM

2018-09-21 Thread Kagami Hiiragi
ffmpeg | branch: master | Kagami Hiiragi | Mon Aug 20 19:44:40 2018 +0300| [cbe5c7ef386d7bc211823a9bdb17d41d97d4fb71] | committer: James Almer lavf/matroska: Allow AV1 in WebM Nothing prevents it to work except this check. AV1 is already supported by Matroska muxer and aomenc produces WebM

Re: [FFmpeg-devel] [PATCH] lavc/libaomenc: Add -tile-columns/-tile-rows

2018-08-31 Thread Kagami Hiiragi
On 31/08/18 18:18, James Almer wrote: > On 8/31/2018 11:52 AM, Kagami Hiiragi wrote: >> On 31/08/18 02:58, James Almer wrote: >>> On 8/20/2018 2:56 PM, Kagami Hiiragi wrote: >>>> These options are required for multithreaded encoding, because they set >>>

Re: [FFmpeg-devel] [PATCH] lavc/libaomenc: Add -tile-columns/-tile-rows

2018-08-31 Thread Kagami Hiiragi
On 31/08/18 02:58, James Almer wrote: > On 8/20/2018 2:56 PM, Kagami Hiiragi wrote: >> These options are required for multithreaded encoding, because they set >> to zero by default in av1_cx_iface.c. >> >> Signed-off-by: Kagami Hiiragi >> >> diff --gi

[FFmpeg-devel] [PATCH] lavc/libaomenc: Add -tile-columns/-tile-rows

2018-08-20 Thread Kagami Hiiragi
These options are required for multithreaded encoding, because they set to zero by default in av1_cx_iface.c. Signed-off-by: Kagami Hiiragi diff --git a/libavcodec/libaomenc.c b/libavcodec/libaomenc.c index 9431179886..55cb7ff72e 100644 --- a/libavcodec/libaomenc.c +++ b/libavcodec/libaomenc.c

[FFmpeg-devel] [PATCH] lavf/matroska: Allow AV1 in WebM

2018-08-20 Thread Kagami Hiiragi
Nothing prevents it to work except this check. AV1 is already supported by Matroska muxer and aomenc produces WebM/AV1 files as well. Signed-off-by: Kagami Hiiragi diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 09a62e1922..76cb124221 100644 --- a/libavformat

[Open Babel] Openbabel Anaconda package Python 3 support

2018-07-20 Thread Luciano Kagami
Dear support team,Is Anaconda Openbabel package python 3 a "on the fly" conversation? Thank you so much.Best regards,Luciano-- Check out the vibrant tech community on one of the world's most engaging tech sites,

[FFmpeg-cvslog] lavc/libvpxenc: add -row-mt option

2017-03-06 Thread Kagami Hiiragi
ffmpeg | branch: master | Kagami Hiiragi <kag...@genshiken.org> | Thu Mar 2 21:19:09 2017 +0300| [734d760e2fb2621040edef3536b5935e7bc45351] | committer: James Zern lavc/libvpxenc: add -row-mt option Signed-off-by: James Zern <jz...@google.com> > http://git.videolan.org/gitweb

Re: [FFmpeg-devel] [PATCH] lavc/libvpxenc: add -row-mt option

2017-03-03 Thread Kagami Hiiragi
On 03/03/17 10:18, James Zern wrote: > On Thu, Mar 2, 2017 at 11:00 AM, Kagami Hiiragi <kag...@genshiken.org> wrote: >> From ae3856c302284d60761c3ad122ff49b7b9b68114 Mon Sep 17 00:00:00 2001 >> From: Kagami Hiiragi <kag...@genshiken.org> >> Date: Thu, 2 Mar 2017

Re: [FFmpeg-devel] [PATCH] lavc/libvpxenc: add -row-mt option

2017-03-02 Thread Kagami Hiiragi
On 03/03/17 01:16, Moritz Barsnick wrote: > On Thu, Mar 02, 2017 at 22:00:36 +0300, Kagami Hiiragi wrote: >> +{"row-mt", "Row based multi-threading", OFFSET(row_mt), >> AV_O

[FFmpeg-devel] [PATCH] lavc/libvpxenc: add -row-mt option

2017-03-02 Thread Kagami Hiiragi
From ae3856c302284d60761c3ad122ff49b7b9b68114 Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi <kag...@genshiken.org> Date: Thu, 2 Mar 2017 21:19:09 +0300 Subject: [PATCH] lavc/libvpxenc: add -row-mt option --- libavcodec/libvpxenc.c | 11 +++ 1 file changed, 11 insertions(+) diff

[FFmpeg-cvslog] lavc/libvpxenc: fix -auto-alt-ref option type

2016-10-21 Thread Kagami Hiiragi
ffmpeg | branch: master | Kagami Hiiragi <kag...@genshiken.org> | Thu Oct 20 18:31:38 2016 +0300| [41da4f8cb3a7ac6888dbe6a6bbe1a573a74062ff] | committer: James Zern lavc/libvpxenc: fix -auto-alt-ref option type vp9_cx_iface actually allows values in range [0..2]. This fixes ticket

Re: [FFmpeg-devel] [PATCH] lavc/libvpxenc: fix -auto-alt-ref option type

2016-10-21 Thread Kagami Hiiragi
On 22/10/16 01:06, James Zern wrote: > From: Kagami Hiiragi <kag...@genshiken.org> > > vp9_cx_iface actually allows values in range [0..2]. > This fixes ticket #5894. > > Signed-off-by: Kagami Hiiragi <kag...@genshiken.org> > --- > libavcodec/libvpx

Re: [FFmpeg-devel] [PATCH] lavc/libvpxenc: fix -auto-alt-ref option type

2016-10-21 Thread Kagami Hiiragi
On 21/10/16 06:14, James Zern wrote: > On Thu, Oct 20, 2016 at 8:31 AM, Kagami Hiiragi <kag...@genshiken.org> wrote: >> vp9_cx_iface actually allows values in range [0..2]. >> This fixes ticket #5894. >> >> Signed-off-by: Kagami Hiiragi <kag...@genshiken.org>

Re: Re: Alternative way to achieve cancelable promise

2016-10-20 Thread Kagami Rosylight
ectly, your chain keyword could be used like await? What >is the difference between them? `await` will not be automatically canceled when `chain` will: ``` cancelable function saya() { // This is theoretically cancelable but user somehow want it to be ‘atomic’. await cancelableSubWork(); chain.t

[FFmpeg-devel] [PATCH] lavc/libvpxenc: fix -auto-alt-ref option type

2016-10-20 Thread Kagami Hiiragi
vp9_cx_iface actually allows values in range [0..2]. This fixes ticket #5894. Signed-off-by: Kagami Hiiragi <kag...@genshiken.org> --- libavcodec/libvpxenc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 2

RE: Alternative way to achieve cancelable promise

2016-10-18 Thread Kagami Rosylight
arately to gain attention and discuss. From: Marky Mark<mailto:m...@heyimmark.com> Sent: Wednesday, October 19, 2016 11:20 AM To: Kagami Rosylight<mailto:sascha...@outlook.com>; es-discuss@mozilla.org<mailto:es-discuss@mozilla.org> Subject: Re: Alternative way to achieve cancelabl

Alternative way to achieve cancelable promise

2016-10-15 Thread Kagami Rosylight
I want to find a way to replace cancellation token in the current [stage 1 cancelable promise proposal](https://github.com/tc39/proposal-cancelable-promises) with an alternative way which does not require passing an additional parameter. Here is a short representation of [my current

Re: Re: Existential Operator / Null Propagation Operator

2016-10-13 Thread Kagami Rosylight
>From a technical point of view, using ![ instead of ?.[ may work only if you >forbid a line terminator before the ! I tried this on [TS Playground](http://www.typescriptlang.org/play/#src=var%20a%20%3D%20%7B%7D%3B%0D%0A%0D%0Aa!%5B3%5D%3B%0D%0Aa%0D%0A!%5B3%5D%3B) and it interestingly changes

Re: Re: Existential Operator / Null Propagation Operator

2016-10-13 Thread Kagami Rosylight
>Why is this needed? Why are people trying to get the property of an object >which is null? I will appreciate null propagation when a function receives an “option bag” ```js function someFunction(options) { if(options?.foo) { doSomething(); }; } someFunction(); someFunction({ foo: true

Re: Re: Existential Operator / Null Propagation Operator

2016-10-13 Thread Kagami Rosylight
>IIRC the proposed syntax for computed properties was x?.[y], Yes you’re right, sorry :/ IMO it still seems the syntax problem is the main reason why this proposal has stalled. If not, what is the problem here? I’m curious why this proposal is not even listed in stage 0 proposal list.

Re: Re: Existential Operator / Null Propagation Operator

2016-10-13 Thread Kagami Rosylight
>The token ?. works fine I think more than half of this thread is about syntactic ambiguity, regardless of whether the ambiguity is real or not. For example, from [an earlier post of this thread](https://esdiscuss.org/topic/existential-operator-null-propagation-operator#content-44): >But

Re: Re: Existential Operator / Null Propagation Operator

2016-10-13 Thread Kagami Rosylight
Or `!.`, which unfortunately is now being used by TypeScript? ___ es-discuss mailing list es-discuss@mozilla.org https://mail.mozilla.org/listinfo/es-discuss

Re: Re: Class syntax enhancements

2016-10-08 Thread Kagami Rosylight
You’re right, my `partial` function does not support multiple inheritance and the input class should not have its own prototype chain. I think partial class and multiple inheritance are two different issues, however, as the former can work without the latter and vice versa.

Re: Re: Existential Operator / Null Propagation Operator

2016-09-30 Thread Kagami Rosylight
Is the only problem here is the parser problem with `obj.prop?.2:.1`? Then how about `??. ` instead of `?.`? >Once upon a time, there was a fascinating proposal on this subject: Why are you posting twice? :/ ___ es-discuss mailing list

Re: Re: Class syntax enhancements

2016-09-26 Thread Kagami Rosylight
I’m not sure it’s okay to reply on this very old thread, but if I’m understanding correctly the desugared code can be fairly short with new Object.getOwnPropertyDescriptors: ```js function partial(base, extension) {   extension.prototype.__proto__ = base.prototype.__proto__; // to enable

[TYPO3-english] Header Introduction Package

2012-11-08 Thread Kagami
A few days ago i started working Typo3. Many things are clear. But there is still a big layout problem. I like to change the lay-out of the introduction page. First of all The HEADER. I tried changing images, jpg en gif files. Nothing changed after this. Is here someone who can help me to start

Re: [TYPO3-english] Header Introduction Package

2012-11-08 Thread Kagami
Cache is clearedThe files i've chanched are:Fileadmin/default/images/bg_header.jpgFileadmin/default/images/bg_firstLevel.gifFileadmin/default/template/css/stylesheet.cssFileadmin/default/template/css/frontpage.cssRegards,Peter -- View this message in context:

Re: [TYPO3-english] Header Introduction Package

2012-11-08 Thread Kagami
Cache is cleared The files i've chanched are: Fileadmin/default/images/bg_header.jpg Fileadmin/default/images/bg_firstLevel.gif Fileadmin/default/template/css/stylesheet.css Fileadmin/default/template/css/frontpage.css Regards,Peter -- View this message in context:

Re: squeeze после очередного обновления поломалось KDE

2010-06-14 Thread Kagami
14.06.2010 00:24, vanessa пишет: Я скоро буду бояться обновлять систему. Один раз оно (KDE) уже поломалось, когда вместо kde-minimal стал kde-plasma-desktop. сегодня в очередной раз сделал aptitude update aptitude safe-upgrade после чего KDE перестало работать. Оно вроде запускается но после

Re: Пожалуйста, посет ите опросник Debian

2010-06-14 Thread Kagami
14.06.2010 19:40, Mark Goldshtein пишет: http://tinyurl.com/3y33ska Готово -- To UNSUBSCRIBE, email to debian-russian-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c168d0d.6080...@crossplatform.ru

Re: Переключение CTRL+ALT+F1

2010-06-08 Thread Kagami
07.06.2010 13:40, Artem Shrub пишет: Здравствуйте! После обновления с lenny до squeezy перестало работать переключение в виртуальную консоль :(. Как это исправить? У меня где-то полгода назад при нажатии Ctrl+Alt+F1 в иксах переключения в консоль не происходило, вместо этого просто замирало

Re: Переключение CTRL +ALT+F1

2010-06-08 Thread Kagami
08.06.2010 22:41, Andrey Rahmatullin пишет: Надо было vesafb отключить. Вот до этого я не догадался. Спасибо за совет. -- WBR, Alexander. -- To UNSUBSCRIBE, email to debian-russian-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Проблемы со splashy на eeepc 901

2010-03-28 Thread Kagami
Всем привет. После очередного обновления сквизи перестало нормально работать splashy. При загрузке экран выглядит странно - изображение отрисовывается в сжатом виде и только не левой половине экрана, а еще искажены цвета [0]. Причем фреймбуффер работает нормально, до запуска splashy и после

Re: eeepc 1005 PE

2010-03-21 Thread Kagami
Alexey Pechnikov пишет: Спасибо, со временем работы ясно. Если найдете возможным отписаться о результатах установки на сабж дебиана, уверен, будет интересно не только мне. Про установку и настройку дебиана на различные модели eeepc есть соответствующая страница в вики [0]. Про различные модели

Bug#551906: [teeworlds] no sounds

2010-02-28 Thread Kagami
Hello. Looks like you made diff teeworlds_new teeworlds_old, so the correct value for BASE_PATH is /usr/share/games/teeworlds/data/, not /usr/share/games/teeworlds/. -- WBR, Alexander -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#571690: subtitlecomposer: russian translation

2010-02-27 Thread Kagami
Package: subtitlecomposer Version: 0.5.3-3 Severity: wishlist Tags: l10n Please add russian translation from official svn repository [0] or [1] [0] http://subcomposer.svn.sourceforge.net/viewvc/subcomposer?view=revrevision=44 [1] http://sourceforge.net/support/tracker.php?aid=2953734 -- WBR,

Bug#571690: subtitlecomposer: russian translation

2010-02-27 Thread Kagami
Sorry, I made two bug by mistake, this and 571687. Please, close unnecessary one, -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

[Pkg-kde-extras] Bug#571690: subtitlecomposer: russian translation

2010-02-27 Thread Kagami
Sorry, I made two bug by mistake, this and 571687. Please, close unnecessary one, ___ pkg-kde-extras mailing list pkg-kde-extras@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

Re: Перевод Synaptic 0.63.1

2010-02-23 Thread Kagami
Yuri Kozlov пишет: #: ../common/rconfiguration.cc:147 #, c-format msgid ERROR: could not create state directory %s msgstr ОШИБКА: невозможно создать каталог состяния %s состояния Спасибо, не заметил очепятку в старом переводе. Поправил. -- WBR, Alexander -- To UNSUBSCRIBE, email to

Re: А где CodeBloks?

2010-02-22 Thread Kagami
Сергей Крайко пишет: On Mon, 22 Feb 2010 14:49:21 +0300 Ekimov Alexandr toeki...@gmail.com wrote: В сообщении от Понедельник 22 февраля 2010 14:31:18 автор Сергей Крайко написал: Поискал в репах и не нашёл CodeBloks. В ubuntu есть а в дебиане что нет? Такой программы не существует. Есть

Re: Перевод Synaptic 0.63.1

2010-02-20 Thread Kagami
Yuri Kozlov пишет: В Thu, 18 Feb 2010 22:39:36 +0300 Kagami kag...@crossplatform.ru пишет: Привет всем. Я решил поправить перевод для Synaptic 0.63.1 (в текущий момент переведены не все строки). Когда я закончу перевод, куда его лучше разместить? Сюда для проверки и обсуждения или создать

Re: Перевод Synaptic 0.63.1

2010-02-20 Thread Kagami
Всем привет! Во вложении мой перевод интерфейса Synaptic 0.63.1 и diff между ним и тем что было в пакете. Сжал gzip'ом до 30 Кб, надеюсь что теперь оно попадет в список рассылки. Хотелось что бы его проверили перед тем как отправлять его сопровождающему пакета. -- WBR, Александр.

Перевод Synaptic 0.63.1

2010-02-18 Thread Kagami
Привет всем. Я решил поправить перевод для Synaptic 0.63.1 (в текущий момент переведены не все строки). Когда я закончу перевод, куда его лучше разместить? Сюда для проверки и обсуждения или создать баг в BTS? -- WBR, Alexander. -- To UNSUBSCRIBE, email to

Re: photoshop cs2 shortcuts

2010-02-16 Thread Kagami
Alexey Boyko пишет: Sergey Korobitsin пишет: Хм, у нас разные sid-ы? В моем 1.1.15. http://packages.debian.org/sid/wine Написано 1.0.1-2. Не? http://packages.debian.org/sid/wine-unstable Внесу свои 5 копеек - http://www.lamaresh.net/ -- To UNSUBSCRIBE, email to

Re: KVIrc 4:4.0.0~svn3900+rc2-1: Please update the PO translation for the package kvirc

2010-01-30 Thread Kagami
Kai Wasserbäch пишет: Dear Russian language team, I'm one of the maintainers of KVIrc in Debian and would like to ask you to help get the translation of KVIrc in shape before the release of Squeeze, if that is possible. You can find the current PO files at [0]. Please file any translation as a

Re: nvidia на 2.6.32-trunk

2010-01-25 Thread Kagami
Andrey Nikitin пишет: Привет. У одного меня nvidia на 2.6.32-trunk не собирается? % sudo m-a -t a-i nvidia ... NVIDIA: calling KBUILD... make CC=gcc-4.3 -C /lib/modules/2.6.32-trunk-686-bigmem/build SUBDIRS=/usr/src/modules/nvidia-kernel modules make[3]: Entering directory

Re: nvidia на 2.6.32-trunk

2010-01-25 Thread Kagami
Andrey Nikitin пишет: В Mon, 25 Jan 2010 13:02:41 +0300 Kagami kag...@crossplatform.ru пишет: На 2.6.32-trunk-686 все собралось. Исходники дров брал из сида. Кстати, m-a можно указать что нужно брать с другой версии дистра (аля apt-get -t dist)? Я, в таких случаях, делаю бэкпорт, руками

Re: Кракозябли в титрах S MPlayer

2010-01-02 Thread Kagami
James Brown пишет: Запускаю фильм из каталога (включающего один файл .avi и другой .srt) под SMPlayer 0.6.1 (SVN r1304) из основного дистра ленни - в субтитрах вместо русских букв кракозябли. Как исправить? Ctrl+P - Субтитры - Кодировка субтитров по умолчанию. -- To UNSUBSCRIBE, email to

[FreeBSD-users-jp 89421] Re: 6.0R で ブロックサイズ 65536 の UFS1 を正しく扱えない

2006-04-09 Thread KAGAMI Hiromichi
こんにちは、鏡です。 From: [EMAIL PROTECTED] Subject: [FreeBSD-users-jp 89414] 6.0R でブロックサイズ 65536 の UFS1 を正しく扱えない Date: Sat, 08 Apr 2006 16:46:22 +0900 症状 (1) 6.0Rでブロックサイズ65536のUFS1を作ると、fsckでエラーが出ます。 (2) 4.11Rで書き込んで、6.0Rでdfすると使用量が変化していません。 (3) 4.11Rで作ったUFS1と、6.0Rで作ったUFS1で挙動が異なります。

[Lesstif-discuss] Do away with everything you are indebted for without paying an other cent

2006-02-26 Thread Kagami
. They basically take over all the hard work and all you need to do is sit back an enjoy. Hope this helps, Kagami --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend