- Kraków, Poland
- https://dashbit.co/
- @josevalim
Block or Report
Block or report josevalim
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned Loading
-
elixir-lang/elixir Public
Elixir is a dynamic, functional language designed for building scalable and maintainable applications
-
livebook-dev/livebook Public
Interactive and collaborative code notebooks for Elixir - made with Phoenix LiveView
-
elixir-nx/nx Public
Multi-dimensional arrays (tensors) and numerical definitions for Elixir
-
-
dashbitco/broadway Public
Concurrent and multi-stage data ingestion and data processing with Elixir
-
4,847 contributions in the last year
Activity overview
Contribution activity
December 2021
Created 72 commits in 16 repositories
Created 3 repositories
- josevalim/earmark_parser Elixir
- josevalim/evision Python
-
josevalim/aoc
Built by
Created a pull request in RobertDober/earmark_parser that received 18 comments
Add lookahead for fenced code blocks
Livebook can store outputs in markdown, which can lead to pretty long code fence tags. Earmark currently parses all lines, even if they belong to c…
Opened 13 other pull requests in 7 repositories
erlang/otp
3
open
elixir-lang/elixir
2
merged
RobertDober/earmark_parser
1
merged
1
closed
livebook-dev/livebook
2
merged
elixir-nx/scidata
2
merged
elixir-lang/elixir-lang.github.com
1
merged
beam-telemetry/telemetry
1
merged
Reviewed 68 pull requests in 20 repositories
livebook-dev/livebook
27 pull requests
- Use different icon when output is amplified
- Revert to URI.parse/1
- Improve "changed" indicator and batch evaluation shortcuts
- Allow editor command palette to overflow
- Disable word suggestions on Elixir cells
- Improve completion
- Bump Kino in explore notebooks
- Include notebook name in the autosaved notebook path
- Expand System.tmp_dir!() path by default
- Improve completion
- fix typo in keyboard shortcuts modal
- Bump earmark parser
- Automatically back up notebooks without a file
- Allow for XML syntax highlighting in markdown cells
- Bump Kino version in explore notebooks
- Never show automatic completion popup in Markdown cells
- Completion adjustments
- Do not try to accidentally load elixir.beam
- Require Elixir 1.13
- Fix frame rendering
- Fix long section names alignment
- Streamline introductory notebooks
- Add Pong notebook to the explore section
- Fix evaluation timer on page refresh
- Hide reconnect runtime button once reconnected
- Some pull request reviews not shown.
elixir-lang/elixir
9 pull requests
- Add deep-merge example in docs for Config.config/3
- Mix.Tasks.Test.Coverage warns on failure
- Add Stream.duplicate/1
- Add Macro.classify_atom/1 and Macro.inspect_atom/2
- Colorize Version.Requirement source in Inspect protocol
- Add guards and specs to Identifier.escape/4
- #11418 Disallow shorthand pipe after matches
- Simplify definition of iolist in Typespecs page
- Add Map.from_keys/2 and Keyword.from_keys/2
elixir-nx/axon
4 pull requests
elixir-nx/nx
4 pull requests
livebook-dev/kino
4 pull requests
elixir-ecto/postgrex
2 pull requests
phoenixframework/phoenix
2 pull requests
elixir-nx/scidata
2 pull requests
phoenixframework/phoenix_live_view
2 pull requests
RobertDober/earmark_parser
2 pull requests
elixir-gettext/gettext
1 pull request
erlang/otp
1 pull request
dashbitco/nimble_pool
1 pull request
rusterlium/html5ever_elixir
1 pull request
elixir-lang/ex_doc
1 pull request
livebook-dev/livebook_website
1 pull request
josevalim/aoc
1 pull request
elixir-lang/elixir-lang.github.com
1 pull request
beam-telemetry/telemetry
1 pull request
elixir-ecto/ecto
1 pull request
Created an issue in livebook-dev/livebook that received 7 comments
Other intelisense fixes
Do not show variables values inside defmodule/2, defimpl/3, defprotocol/2. Once we enter a module, we can assume all variables are fresh. Since …
Opened 16 other issues in 4 repositories
livebook-dev/livebook
8
closed
4
open
- Revert some of the usage of URI.new/URI.new!
- Better handle warnings and compilation errors
- Amplify button should keep status
- Add ctrl+shift+enter as equivalent to "ea"
- Improve "changed" indicator
- Disable command pallete in editor
- Bugs on typing completions
- Formatting code is showing warnings in the terminal
- Do not show completion results for "invalid" code
- Show deprecated and since doc metadata on mouse over
- Clicking the reconnect runtime button should also clear outputs
- Collapse markdown cells
