Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Fuse Open Collective

Build high performance iOS and Android apps with a single codebase
Collective - Host: opensource - https://opencollective.com/fuse-open - Website: https://fuseopen.com - Code: https://github.com/fuse-open

Log sublime version on plugin start

github.com/fuse-open/sublime-plugin - f6f251fc291618e6bf7462d9b37edbe993bb81c3 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Add `tab` support in the bottom panel, to have more stuff there.

github.com/fuse-open/atom-plugin - 149a3a5d9f761d95016906fc0fa2ccaa0214467e authored about 9 years ago by Tapped <[email protected]>
Make code ready for tab bar in fuse bottom panel.

github.com/fuse-open/atom-plugin - 16cbcc4748e5e9a3d13aed8fdf98b539edc0fec7 authored about 9 years ago by Tapped <[email protected]>
Use atom package dependencies, to install language-fuse.

github.com/fuse-open/atom-plugin - d3c4f8d94c0cca18c5aaa4a8cd0d7cc087b99a3b authored about 9 years ago by Tapped <[email protected]>
Fix so that row and column is zero indexed.

github.com/fuse-open/atom-plugin - 45493eb271207fad0e76a06c629d28e026ab6643 authored about 9 years ago by Tapped <[email protected]>
Jump to correct line and column from error list.

github.com/fuse-open/atom-plugin - 297159a1668d8bcf5c490208ac0306b4f0011871 authored about 9 years ago by Tapped <[email protected]>
Refactor build result code.

github.com/fuse-open/atom-plugin - 6304abcb985c85450b1eb06bd214aeabef53839d authored about 9 years ago by Tapped <[email protected]>
Bumped version to 1.4.9

github.com/fuse-open/sublime-plugin - a246e1a8f6794a3c6e814a48d2115a288980a0ca authored about 9 years ago by Anders Schau Knatten <[email protected]>
Go live with release script

github.com/fuse-open/sublime-plugin - f75d7f907147947ffc9aacbc568a41b3c8fee199 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Updated change log

github.com/fuse-open/sublime-plugin - e8d5b9167326f1f101f35d5a6893d8a72629ef02 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Merge pull request #12 from fusetools/feature-Logging

Feature logging

github.com/fuse-open/sublime-plugin - 3ac4bba89087aa1c3c018d4b889adcd93c18c7a8 authored about 9 years ago by Anders Schau Knatten <[email protected]>
res["response"].errors can apparently be None

github.com/fuse-open/sublime-plugin - 85e123d639bf03a5c5a6be110bd353df1c280c04 authored about 9 years ago by Anders Schau Knatten <[email protected]>
These errors are already logged in msg_parser.py:55

See https://fusetools.slack.com/archives/tools-team/p1448358808000071

github.com/fuse-open/sublime-plugin - dffdce4291e99af4aa731449727097c8bca11404 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Use utf-8 encoding in log file

Otherwise it will default to ascii, and logging will fail when it gets
unicode characters from s...

github.com/fuse-open/sublime-plugin - abd5cf05859afcf1c577d3088b460c88e287ddd8 authored about 9 years ago by Anders Schau Knatten <[email protected]>
A dummy implementation of auto reload result error list.

github.com/fuse-open/atom-plugin - 29f4b82d75d14b76d1614867c0a963afc9791a75 authored about 9 years ago by Tapped <[email protected]>
Add error list view provider.

github.com/fuse-open/atom-plugin - 95aa621cf6099d7135db82e66434a878f084054a authored about 9 years ago by Tapped <[email protected]>
Add a basic error list view.

github.com/fuse-open/atom-plugin - 42bc081ead0ef41a76f12b3a903c9676ba60a0c3 authored about 9 years ago by Tapped <[email protected]>
There is no guarantee that dispose exist.

github.com/fuse-open/atom-plugin - dfdee32e4bf78d1277c86084b8b647160f11c569 authored about 9 years ago by Tapped <[email protected]>
Add reconnect logic for daemon.

Every send will retrigger a reconnect, if daemon is not connected.

github.com/fuse-open/atom-plugin - 42ff7a68291dcb01b64ad6a31d148d57c134c4d7 authored about 9 years ago by Tapped <[email protected]>
Activatation hooks got a bug in Atom version 1.2.3

github.com/fuse-open/atom-plugin - b52f90e952e547e79faf6308449c04f71af25f48 authored about 9 years ago by Tapped <[email protected]>
Add simple auto completion for UX.

github.com/fuse-open/atom-plugin - 12ea274fef254a2dbe546f5d5591dfd8875f65be authored about 9 years ago by Tapped <[email protected]>
Add support for handling response properly.

github.com/fuse-open/atom-plugin - c89a06661d5bae01e09e25a9fd7a2685c65c3da1 authored about 9 years ago by Tapped <[email protected]>
Disable UX suggestion.

It was a proof of concept.
A more important feature would be auto reload result
and call preview...

github.com/fuse-open/atom-plugin - df010487b82166c37fd3e29e62fb932bd13e8c4c authored about 9 years ago by Tapped <[email protected]>
Send the selection event to daemon.

github.com/fuse-open/atom-plugin - 6f4a040ee93cca78dbaf3e5b5474fb680de5c6ac authored about 9 years ago by Tapped <[email protected]>
Add read logic to our daemon interface.

github.com/fuse-open/atom-plugin - 1a1bd80d6c62758a763f12ae4ff1c8b8d5cfc000 authored about 9 years ago by Tapped <[email protected]>
V8: Implement Uno proxies

github.com/fuse-open/V8.Simple - 9f22831b5e14e0966894a2a778cf31ee25462f79 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Work on Uno interface for V8Simple

github.com/fuse-open/V8.Simple - cfbd74728060da6197b8ffe0332d4968fc445bbc authored about 9 years ago by Olle Fredriksson <[email protected]>
Refactor selection changed event handling.

github.com/fuse-open/atom-plugin - 484dcfe680e2a1a082b562f5eb96ed1c084a910f authored about 9 years ago by Tapped <[email protected]>
V8: Start working on an Uno interface for V8Simple

github.com/fuse-open/V8.Simple - 6dd3b5d05b96382ecdeb41302f1b83fbd125a195 authored about 9 years ago by Olle Fredriksson <[email protected]>
Log response from hello, and when it contains errors

github.com/fuse-open/sublime-plugin - c57527f0dbbf6fcf21e6d34a0953d9ca9037c6a8 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Configure the top level logger so it works in all modules

github.com/fuse-open/sublime-plugin - 59845e254613b6a11194b3fe1ace3ea23a350b83 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Removed TODOs that had already been handled

github.com/fuse-open/sublime-plugin - 32688f63f63131f41804d8c67f2c8d066bcf8b19 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Don't keep adding handlers

We're dealing with a singleton here, so they will keep adding up. Not an
issue in production, bu...

github.com/fuse-open/sublime-plugin - bcc11a6fac3aec6c30bfb4f997d6caff2e6bb443 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Increase max log file size to 500k

github.com/fuse-open/sublime-plugin - a97e800814111ef7224c3296ec54a9d6508121f6 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Log all message popups

github.com/fuse-open/sublime-plugin - 94bf8acea000a17b51412bc7d8a02fbf09a043c8 authored about 9 years ago by Anders Schau Knatten <[email protected]>
All tracebacks to log instead of stdout

github.com/fuse-open/sublime-plugin - b105fe6dda8154d39e5d75391cb89fc5c1335e5b authored about 9 years ago by Anders Schau Knatten <[email protected]>
No longer needed

github.com/fuse-open/sublime-plugin - ef852af04a24c230479f298b4b7facb185b11af2 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Started adding logging

github.com/fuse-open/sublime-plugin - 2e5a1a7bba027bd8c1d5b615dbb63ee2629fbcaa authored about 9 years ago by Anders Schau Knatten <[email protected]>
V8: Make As<T> functions return copies

This makes memory management easier.

github.com/fuse-open/V8.Simple - fb06b4aafc52313426d92bc7aa0fe3281cf11fd5 authored about 9 years ago by Olle Fredriksson <[email protected]>
Create skeleton for selection in UX files.

Selection will be sent and processed by the daemon.
This causes preview to change selection, and...

github.com/fuse-open/atom-plugin - 175cbcc9ff9b6c94da37fa416c13a2bc784c8c35 authored about 9 years ago by Tapped <[email protected]>
V8: Build C# dll

github.com/fuse-open/V8.Simple - f453030fe3ae4dafd24cd61eee94061d52a118f8 authored about 9 years ago by Olle Fredriksson <[email protected]>
Remove the rest of the template code.

github.com/fuse-open/atom-plugin - 1f11a77f473028c13ca2694933518535fbe47dab authored about 9 years ago by Tapped <[email protected]>
Remove toggle button.

github.com/fuse-open/atom-plugin - 717a5717d06ae99c1c8848679c2c64f95b87d1aa authored about 9 years ago by Tapped <[email protected]>
Add activation hook when uno or ux is used.

Remove old hook, on toggle.

github.com/fuse-open/atom-plugin - 066f129bc527a10e199c2ab5f27f2a8d5d4f5657 authored about 9 years ago by Tapped <[email protected]>
V8: Create Uno-C# interface for V8Simple

github.com/fuse-open/V8.Simple - c42aa7104f44557d85e3f7b760def3451a18608c authored about 9 years ago by Olle Fredriksson <[email protected]>
Initial commit.

github.com/fuse-open/atom-plugin - 77cb05c2a02507b987757fb24cfde5bc3dc87c8a authored about 9 years ago by Tapped <[email protected]>
V8: Use C strings instead of std::string

github.com/fuse-open/V8.Simple - 390a01b72c5a5ef4004cc6950f939c50d9a63cbb authored about 9 years ago by Olle Fredriksson <[email protected]>
Added help in README for developing the plugin

github.com/fuse-open/sublime-plugin - 6398b91ae6bf0a7f7ea4f5c42aeef77f4a902704 authored about 9 years ago by Anders Schau Knatten <[email protected]>
squashme

github.com/fuse-open/sublime-plugin - ccc9b7acf0ddec2e94f46ba6f772419dc529c51a authored about 9 years ago by Anders Schau Knatten <[email protected]>
Added demo of log use

github.com/fuse-open/sublime-plugin - 3a2e343df820d8c7863154d1580ce565c0aa9d18 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Add TODOs

github.com/fuse-open/sublime-plugin - 2686e8ec11db2f8d49ff97d0e5e2503181c2bf23 authored about 9 years ago by Anders Schau Knatten <[email protected]>
V8: Shove IsolateScopes inside the try blocks

Otherwise the isolate is not released in the exception handler.

github.com/fuse-open/V8.Simple - d0f1fbe4330eba6c5e0fa6b54f00a97b44a7e469 authored about 9 years ago by Olle Fredriksson <[email protected]>
Merge pull request #11 from fusetools/feature-Release

Added release script

github.com/fuse-open/sublime-plugin - 7deaf3cca149e0fb1fbb5a81fe7110073fca3ac0 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Added release script

github.com/fuse-open/sublime-plugin - a1cd3feaf3de37938cb505d02a7f3466d8e8de90 authored about 9 years ago by Anders Schau Knatten <[email protected]>
Merge branch 'develop'

github.com/fuse-open/sublime-plugin - 733ee045247cd29eee153e8b2bde3283f54289b9 authored about 9 years ago by Anders Schau Knatten <[email protected]>
V8: Cross-language exception handling

github.com/fuse-open/V8.Simple - 3d961abc3a33be3cdf790394bb84f33f4cc252b9 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Fix cross-language Callback memory management

github.com/fuse-open/V8.Simple - 0be7a44ceedf47e697db8467c934940d080cc3c8 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Make Callback generate the correct Swig code

And exceptions

github.com/fuse-open/V8.Simple - bce5656258d8f1045637e744ddb01b1bff1d2253 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Remove Value.AsCallback()

We'll never run into a situation where it's necessary.

github.com/fuse-open/V8.Simple - 2473f03ea5194fb7a880a96400ef644dc99fcc28 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Don't use the std::vector(n) constructor

It doesn't do what you think it does. Use the default constructor and
reserve instead.

github.com/fuse-open/V8.Simple - ec3e3db5db446735a6e5083f7530465d35d410eb authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Expose debugger functions

github.com/fuse-open/V8.Simple - b9bedd18f083bf10274675c0e444e525eacf3acd authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Clean up Makefile

github.com/fuse-open/V8.Simple - 435f02586ce0609c984e1a65fca7212c1f0718af authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Cleanup

github.com/fuse-open/V8.Simple - fd6013ddcca5424b4b93ecd652f1faffbca885d6 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Tighten exception specification

github.com/fuse-open/V8.Simple - 50b57b8d230f5499d57a5c63fb0b163b72d98808 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Add source line to ScriptException

github.com/fuse-open/V8.Simple - f5cd55f3ed985e1ccefc18600ae8f1e99f5d0fa6 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Add CSharp test file

github.com/fuse-open/V8.Simple - 6413a10a362fb2a4685e7412c92d5fb5242f10d6 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Add explicit casting ops to V8Simple::Value

Downcasting Swig-generated classes doesn't work without adding complex
wrappers, but this can be...

github.com/fuse-open/V8.Simple - 1771477b60e23d33362775ed30df4dfb64f43cd0 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Add makefile and make it build

github.com/fuse-open/V8.Simple - 2e4146f68673b38d6cbca63752d3826e5c35b113 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Add exception specification to simple interface

github.com/fuse-open/V8.Simple - 77580c2d3e75c008e4c3e5ce81dcc7a639569636 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Flesh out the simple interface

github.com/fuse-open/V8.Simple - bd1ebc72683849b27e882ba11276071d82a9cf90 authored about 9 years ago by Olle Fredriksson <[email protected]>
V8: Create new simple interface

For CSharp interop

github.com/fuse-open/V8.Simple - 029fdf502c9888250616fb4becd65639c40ef77d authored about 9 years ago by Olle Fredriksson <[email protected]>
try/catch fuse calls and display a dialog if the call fails. Fixes #1514

github.com/fuse-open/sublime-plugin - a561c7600df41be9b9417999a6ca44d707592230 authored about 9 years ago by Andreas Kennedy <[email protected]>
Merge branch 'develop'

github.com/fuse-open/sublime-plugin - 1a7ba447e8fe5804e03a1aafc502dab65a766c28 authored over 9 years ago by Tapped <[email protected]>
Update changelog to 1.4.8.

github.com/fuse-open/sublime-plugin - 60e7e6c39a601627b132543e374f0d0f1d576f78 authored over 9 years ago by Tapped <[email protected]>
Rephrase selection toggling.

github.com/fuse-open/sublime-plugin - c596ac80fd9b77c8e8e4b9ab4b129e3f934c701d authored over 9 years ago by Tapped <[email protected]>
Fix case where there are no extension.

github.com/fuse-open/sublime-plugin - 7e80f197d6cd914b9d43f0bc1d9f84e3d226a480 authored over 9 years ago by Tapped <[email protected]>
Fix rename of previewId to clientId.

github.com/fuse-open/sublime-plugin - d97832bf2cb667dd079980e2af2062f5384b156b authored over 9 years ago by Tapped <[email protected]>
Merge branch 'develop'

Conflicts:
CHANGELOG.md

github.com/fuse-open/sublime-plugin - 6ae7807145053d3da6e8919997b18a98f39dad7b authored over 9 years ago by Andreas Ronning <[email protected]>
Updated changelog

github.com/fuse-open/sublime-plugin - e33bfd1db2cbfa1607527b89aa7ab3cc2d563af1 authored over 9 years ago by Andreas Ronning <[email protected]>
Removed some debug logging

github.com/fuse-open/sublime-plugin - fd8df9491d76592590c5a7dd11aee2c3aaba700a authored over 9 years ago by Andreas Ronning <[email protected]>
Fixed fuse create failing from sublime

github.com/fuse-open/sublime-plugin - 217109624f1b96710dbfd0519770892c3cd55102 authored over 9 years ago by Andreas Ronning <[email protected]>
Remove new project creation for now (until we can make better guy)

github.com/fuse-open/sublime-plugin - aac8f822fa794c819ea675f8bc6573120970b2cc authored over 9 years ago by Andreas Ronning <[email protected]>
Update changelog

github.com/fuse-open/sublime-plugin - 972d32d40fbab23469b09fdb6e7c7fa1889fa06d authored over 9 years ago by Andreas Ronning <[email protected]>
Update changelog

github.com/fuse-open/sublime-plugin - f9d502c18fd25760193c8321d0b403ae1a810c5f authored over 9 years ago by Andreas Ronning <[email protected]>
Merge pull request #10 from fusetools/develop

github.com/fuse-open/sublime-plugin - a90f47641afcd9293bcf9817abaf6e7944835fc7 authored over 9 years ago by Andreas Rønning <[email protected]>
Update fuse.py

Fix indexing of CaretPosition

github.com/fuse-open/sublime-plugin - bc7aa9fa07ee12b810f72f015dff01f953b724c2 authored over 9 years ago by Andreas Rønning <[email protected]>
Append /usr/local/bin to path

We have to install Fuse and Uno there in El Capitan, but it is not in
the default path in Sublim...

github.com/fuse-open/sublime-plugin - 316e65d2369b9f17af0368f8b8c30d1973ea591a authored over 9 years ago by Anders Schau Knatten <[email protected]>
Make Sublime plugin work with new Fuse install location

We changed the location of fuse from /usr/bin to /usr/local/bin to be
compatible with El Capitan...

github.com/fuse-open/sublime-plugin - ce191a9ea7bad7493560a7bdd7f7de2e56f94612 authored over 9 years ago by Anders Schau Knatten <[email protected]>
Clear selection on disable

github.com/fuse-open/sublime-plugin - 89372aacb11ce034071f9a780caa900fc78a0ced authored over 9 years ago by Andreas Rønning <[email protected]>
Merge branch 'hotfix-TagBug' into develop

Conflicts:
fuse.py

github.com/fuse-open/sublime-plugin - 94dc3540fbd5801d3727fbd23f0c8a7093c407be authored over 9 years ago by Tapped <[email protected]>
Merge branch 'hotfix-TagBug'

github.com/fuse-open/sublime-plugin - 7538230c8de689fa5098411e66a4f3ad0803f760 authored over 9 years ago by Tapped <[email protected]>
Update changelog with hotfix changes.

github.com/fuse-open/sublime-plugin - be0effe2b668030edc86297182392d1ab91b8bd3 authored over 9 years ago by Tapped <[email protected]>
Fix build tag for Fuse preview.

github.com/fuse-open/sublime-plugin - fe6989087ba834a2e4c172b9c2cbe880fa226f43 authored over 9 years ago by Tapped <[email protected]>
Alter "Enable selection" text to "Visual cues in preview"

github.com/fuse-open/sublime-plugin - 7cf409a5823f7704348c75b0f7e55054e42e1c32 authored over 9 years ago by Andreas Rønning <[email protected]>
Add secret fuse path override setting "fuse_path_override"

github.com/fuse-open/sublime-plugin - f6c38ec6b0bc64b4c832be0403c5236139044254 authored over 9 years ago by Andreas Rønning <[email protected]>
Merge branch 'master' of https://github.com/fusetools/Fuse.SublimePlugin

github.com/fuse-open/sublime-plugin - 9faf468017ef009954db787a833ebaaacb53545f authored over 9 years ago by Andreas Rønning <[email protected]>
Don't invoke build with shell=true.

github.com/fuse-open/sublime-plugin - 901b586449aa0e7c8b5ed325d363037649308146 authored over 9 years ago by Andreas Rønning <[email protected]>
Correct build tag to underscores instead of spaces

github.com/fuse-open/sublime-plugin - ca35049629147d122853077358cab25faa5e241c authored over 9 years ago by Andreas Rønning <[email protected]>
Update README.md

Add link to our page in the readme file.

github.com/fuse-open/sublime-plugin - d873114c5794bb7c9f0208f58298a4ae20584ced authored over 9 years ago by Tapped <[email protected]>