Skip to content

Instantly share code, notes, and snippets.

View Gamesh's full-sized avatar

Justinas Urbanavicius Gamesh

  • NFQ
  • Lithuania
  • 18:52 (UTC +03:00)
View GitHub Profile
@Gamesh
Gamesh / lithuanian.js
Created July 30, 2020 14:20
lithuanian stemmer snowball
// Generated by Snowball 2.0.0 - https://snowballstem.org/
/**@constructor*/
var Lithuanian = function() {
var base = new BaseStemmer();
/** @const */ var a_0 = [
["a", -1, -1],
["ia", 0, -1],
["eria", 1, -1],
["osna", 0, -1],
@Gamesh
Gamesh / gist:832d3b6dce202f467af3
Created September 30, 2014 18:50
NoMethodError: undefined method `parent' for nil:NilClass
NoMethodError: undefined method `parent' for nil:NilClass
Backtrace:
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-1.0.1/lib/compass/sass_extensions/functions/sprites.rb:137:in `sprite_does_not_have_parent'
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sass-3.4.1/lib/sass/script/tree/funcall.rb:140:in `_perform'
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sass-3.4.1/lib/sass/script/tree/node.rb:50:in `perform'
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sass-3.4.1/lib/sass/tree/visitors/perform.rb:281:in `visit_if'
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sass-3.4.1/lib/sass/tree/visitors/base.rb:36:in `visit'
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sass-3.4.1/lib/sass/tree/visitors/perform.rb:152:in `block in visit'
C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/sass-3.4.1/lib/sass/stack.rb:79:in `block in with_base'