marcospassos
Repos
42
Followers
69
Following
27

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

14136
2920

PHP Runtime for ANTLR4

60
15

The easiest way to collect, manage, and consume real-time data to fuel personalized experiences.

109
15

React components and hooks to plug your React applications into Croct.

75
12

Events

pull request closed
Update docs

Summary

  • Update docs to match the changes from this PR.

Checklist

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [ ] Any dependent changes have been merged and published in downstream modules
  • [x] I have checked my code and corrected any misspellings
Created at 1 day ago
issue comment
Update docs

Closing since it isn't implemented yet, and we're migrating all docs to our documentation website.

Created at 1 day ago

Remove the locale item when locale is not provided (#185)

Created at 1 day ago
pull request closed
Remove the locale item when locale is not provided

Summary

This PR removes the locale list item when the locale is not part of the token metadata.

Checklist

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules
  • [x] I have checked my code and corrected any misspellings
Created at 1 day ago
Allow passing custom collection options

Description

Algolia allows you to pass custom settings through the custom_settings options in the docsearch.config.json: https://github.com/algolia/docsearch-configs/blob/master/configs/docusaurus-2.json#L29-L30

Actual Behavior

To specify a custom configuration like token_separators or symbols_to_index, I'd have to fork the scrapper and the GH action to make it work.

Expected Behavior

I expected Typesense to provide the same flexibility as Agolia, allowing it to pass any collection configuration.

Created at 2 days ago

Add locale to preview (#184)

Created at 2 days ago
pull request closed
Add locale to preview

Summary

This PR adds the locale allowing the user to preview multi-locale content.

Checklist

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules
  • [x] I have checked my code and corrected any misspellings
Created at 2 days ago
marcospassos delete branch reduce-eslint-noise
Created at 3 days ago
Reduce eslint update frequency

Eslint and its related libraries are just tooling, and some of the libraries from their ecosystem (@typescript-eslint/parser) update multiple times per week, generating multiple PRs that are essentially noise.

This PR is to batch such updates to happen once a month instead of every day.

Created at 3 days ago
Detected dubious ownership in repository

Yes, we're still facing this. This workaround worked for us:

steps:
      - name: Change owner of container working directory
        run: chown root:root .
Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
Created at 2 weeks ago
marcospassos delete branch fix/jsx-quotes
Created at 2 weeks ago

Move the jsx-quotes to javascript config (#373)

Created at 2 weeks ago
pull request closed
Move the jsx-quotes to javascript config

Summary

This PR moves jsx-quotes to the javascript config as it wasn't working inside the react config.

Result applying in one of our projects image

Checklist

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules
  • [x] I have checked my code and corrected any misspellings
Created at 2 weeks ago
started
Created at 2 weeks ago
Created at 2 weeks ago
Detected dubious ownership in repository

I'm still facing the same issue in 100+ repositories. No other actions were affected, only the codeclimate-action.

Created at 3 weeks ago